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

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 [str ]) -- The type of a tag.

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

    • next_page_token (Optional [str ]) -- 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