CoinMetricsClient.get_blockchain_metadata_tags

coinmetrics.api_client.CoinMetricsClient.get_blockchain_metadata_tags(
    type=None,
    page_size=None,
    next_page_token=None,
)

Returns a list of all available tags along with their descriptions, lexicographically ordered by the tag field.

  • Parameters:

    • type (Optional [strarrow-up-right ]) -- The type of a tag.

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

Last updated

Was this helpful?