CoinMetricsClient.get_blockchain_metadata_locations

coinmetrics.api_client.CoinMetricsClient.get_blockchain_metadata_locations(
    page_size=None,
    next_page_token=None,
)

Returns a list of all supported locations ordered lexicographically.

  • Parameters:

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

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

  • DataCollection

    • List of tagged entities. Ordered by tuple (entity, tag, location, start_time) if requested by providing entities parameter. Ordered by tuple (tag, location, entity, started_time) if requested by providing tags parameter.

Last updated

Was this helpful?