CoinMetricsClient.reference_data_exchange_pair_metrics

coinmetrics.api_client.CoinMetricsClient.reference_data_exchange_pair_metrics(
    metrics=None,
    page_size=None,
    paging_from=None,
    format='json_stream',
)

Returns a list of exchange pair metrics metadata.

  • Parameters:

    • metrics (Optional *[*Union [strarrow-up-right , List [strarrow-up-right ] ] ]) -- Comma separated list of metrics. By default all metrics are returned.

    • 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.

    • format (Optional [strarrow-up-right ]) -- Default: "json_stream" (catalog-v2 and reference-data, market-orderbooks and other heavy endpoints), "json" (timeseries/*-metrics and 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:

Last updated

Was this helpful?