CoinMetricsClient.get_taxonomy_assets_metadata

coinmetrics.api_client.CoinMetricsClient.get_taxonomy_assets_metadata(
    start_time=None,
    end_time=None,
    start_inclusive=None,
    end_inclusive=None,
    page_size=None,
    paging_from=None,
    version=None,
)

Returns metadata about the assets, sectors, and industries included in the CM taxonomy

  • Parameters:

    • start_time (Optional *[*Union *[*datetime , date , strarrow-up-right ] ]) -- Start time for the taxonomy version file. ISO-8601 format date. Inclusive by default

    • end_time (Optional *[*Union *[*datetime , date , strarrow-up-right ] ]) -- End time for the taxonomy version file. ISO-8601 format date. Exclusive by default

    • start_inclusive (strarrow-up-right) -- Start time of taxonomy version.

    • end_inclusive (strarrow-up-right) -- End time of taxonomy version.

    • page_size (Optional [intarrow-up-right ]) -- Page size for # of asset metadata to return, will default to 100

    • paging_from (Optional [strarrow-up-right ]) -- Which direction to page from "start" or "end". "end" by default

    • version (Optional [strarrow-up-right ]) -- Version to query, default is "latest".

Returns:

  • Datacollection

    • Returns a data collection containing the taxonomy assets

Last updated

Was this helpful?