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,
)Last updated
Was this helpful?
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:
page_size (Optional [int ]) -- Number of items per single page of results.
paging_from (Optional [str ]) -- Where does the first page start, at the start of the interval or at the end.
next_page_token (Optional [str ]) -- 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:
List of assets and their metadata in security master
Last updated
Was this helpful?
Was this helpful?