Retrieve supply data for a specific asset
asset_code and asset_slug included.
| Field | Type | Description |
|---|---|---|
circulating | number | Number of tokens currently in circulation |
liquid | number | Liquid supply amount |
total | number | Total token supply including locked tokens |
asset_code | string | Asset code (e.g., “ETH”) |
asset_slug | string | Asset slug (e.g., “ethereum”) |
?expand=supply on the /v1/assets/{idOrSlug} endpoint, but returns only the supply data.asset_code and asset_slug for easy identification.