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

CoinMetricsClient.get_asset_profiles

coinmetrics.api_client.CoinMetricsClient.get_asset_profiles(
    assets=None,
    full_names=None,
    page_size=None,
    paging_from=None,
)

Returns profile data for assets, ordered by asset

  • Parameters:

    • assets (Optional *[*Union *[*List [str ] , str ] ]) -- Returns profile data for assets.

    • full_names (Optional *[*Union *[*List [str ] , str ] ]) -- Comma separated list of asset full names. By default profile data for all assets is returned. Mutually exclusive with assets parameter.

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

    • paging_from (int) -- Where does the first page start, at the "start" of the interval or at the "end"

Returns:

Last updated

Was this helpful?