get https://api.messari.io/asset/v1/assets
Returns a list of all assets and their market caps, sorted by market cap descending. Each query parameter supports filtering on multiple, comma-separated values.
Save Asset IDs
An asset's name, symbol, and slug may change, so we use unique IDs (UID)s to query for assets as they evolve over time. If you need to look up an asset's ID, you can pass the
symbol
or assetname
as a query parameter to easily pare down the result set and fetch the ID for the corresponding asset.
Asset Taxonomy
You can find a list of accepted values for the
categories
,sectors
, andtags
query parameters in the Messari Classification System Guide.