For the complete documentation index, see llms.txt. This page is also available as Markdown.

CoinMetricsClient.reference_data_asset_metrics

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

Returns a list of asset metrics metadata.

  • Parameters:

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

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

    • format (Optional [str ]) -- Format of the response. Supported values are json, json_stream, csv. Default is json_stream. Setting format='json_stream' is generally more performant. page_size and paging_from is ignored when format='json_stream'.

Returns:

  • DataCollection

    • List of asset metrics metadata.

Last updated

Was this helpful?