CoinMetricsClient.security_master_markets

coinmetrics.api_client.CoinMetricsClient.security_master_markets(
    type=None,
    markets=None,
    symbol=None,
    exchange=None,
    base=None,
    quote=None,
    page_size=None,
    paging_from=None,
    next_page_token=None,
)

Returns metadata on all the markets offered (spot, options, futures), sorted alphabetically by market.

  • Parameters:

    • type (Optional [strarrow-up-right ]) -- Type of markets.

    • markets (Optional *[*Union [strarrow-up-right , List [strarrow-up-right ] ] ]) -- List of markets.

    • symbol (Optional [strarrow-up-right ]) -- Symbol of derivative markets, full instrument name.

    • exchange (Optional [strarrow-up-right ]) -- Unique name of an exchange.

    • base (Optional [strarrow-up-right ]) -- Base asset of markets.

    • quote (Optional [strarrow-up-right ]) -- Quote asset of markets.

    • page_size (Optional [intarrow-up-right ]) -- Number of items per single page of results.

    • paging_from (Optional [strarrow-up-right ]) -- Where does the first page start, at the start of the interval or at the end.

    • next_page_token (Optional [strarrow-up-right ]) -- Token for receiving the results from the next page of a query. Should not be used directly. To iterate through pages just use next_page_url response field.

Returns:

Last updated

Was this helpful?