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

CoinMetricsClient.get_network_profiles

coinmetrics.api_client.CoinMetricsClient.get_network_profiles(
    networks=None,
    full_names=None,
    page_size=None,
    paging_from=None,
)

Returns profile data for assets, ordered by asset

  • Parameters:

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

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