Retrieve supply data for an asset using the expand parameter
?expand=supply
flag to your /assets
or /assets/{idOrSlug}
page to include supply data in the response.
Field | Type | Description |
---|---|---|
asset_id | number | Unique identifier for the asset |
circulating | number | Number of tokens currently in circulation |
liquid | number | Liquid supply amount |
total | number | Total token supply including locked tokens |
?expand=markets,ohlcv_last_24_h
)./v1/assets/
or /v1/assets/{idOrSlug}
endpoints.price
and market_cap
are expanded by default in /assets/{idOrSlug}
results unless an explicit ?expand=
flag is provided.The response is of type object
.