CoinMetricsClient.reference_data_institution_metrics
coinmetrics.api_client.CoinMetricsClient.reference_data_institution_metrics(
metrics=None,
page_size=None,
paging_from=None,
format='json_stream',
)Last updated
Was this helpful?
coinmetrics.api_client.CoinMetricsClient.reference_data_institution_metrics(
metrics=None,
page_size=None,
paging_from=None,
format='json_stream',
)Returns a list of institution metrics metadata.
Parameters:
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:
List of institution metrics metadata.
Last updated
Was this helpful?
Was this helpful?