Overview
Get the supply information for a specific asset. This endpoint returns just the supply data block withasset_code
and asset_slug
included.
Example Request
Example Response
Response Fields
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”) |
Notes
- This endpoint is equivalent to using
?expand=supply
on the/v1/assets/{idOrSlug}
endpoint, but returns only the supply data. - The response includes
asset_code
andasset_slug
for easy identification.