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 [strarrow-up-right ] , strarrow-up-right ] ]) -- 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 [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 networks 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?