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 [strarrow-up-right ] , strarrow-up-right ] ]) -- Returns profile data for assets.

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

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

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

Returns:

Last updated

Was this helpful?