CoinMetricsClient.security_master_assets

coinmetrics.api_client.CoinMetricsClient.security_master_assets(
    assets=None,
    codes=None,
    page_size=None,
    paging_from=None,
    next_page_token=None,
)

Returns all the assets and their metadata in security master.

  • Parameters:

    • assets (Optional *[*Union [strarrow-up-right , List [strarrow-up-right ] ] ]) -- Comma-separated list of assets to query. Mutually exclusive with codes.

    • codes (Optional *[*Union [strarrow-up-right , List [strarrow-up-right ] ] ]) -- Comma-separated list of ten-digit alphanumeric identifying codes. Mutually exclusive with assets.

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

    • paging_from (Optional [strarrow-up-right ]) -- Where does the first page start, at the start of the interval or at the end.

    • next_page_token (Optional [strarrow-up-right ]) -- Token for receiving the results from the next page of a query. Should not be used directly. To iterate through pages just use next_page_url response field.

Returns:

Last updated

Was this helpful?