CoinMetricsClient.catalog_full_exchange_pair_metrics_v2
coinmetrics.api_client.CoinMetricsClient.catalog_full_exchange_pair_metrics_v2(
exchange_pairs=None,
metrics=None,
reviewable=None,
page_size=None,
paging_from=None,
next_page_token=None,
format='json_stream',
)Returns a list of all supported exchange-pair metrics along with the time ranges of available data.
Parameters:
reviewable (Optional [bool ]) -- Limit to human-reviewable metrics. By default all metrics are returned.
page_size (Optional [int ]) -- Number of items per single page of results.
paging_from (Optional [str ]) -- Where does the first page start, at the start of the interval or at the end.
next_page_token (Optional [str ]) -- 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.
format (Optional [str ]) -- Default: "json_stream" (catalog-v2 and reference-data, market-orderbooks and other heavy endpoints), "json" (timeseries/
*-metricsand other lighter endpoints). Format of the response. Supported values are json, json_stream. Setting format='json_stream' is generally more performant. page_size and paging_from is ignored when format='json_stream'.
Returns:
CatalogV2DataCollection
List of exchange-pair metrics.
Last updated

