Skip to main content
GET
Get Asset Supply

Overview

Get the supply information for a specific asset. This endpoint returns just the supply data block with asset_code and asset_slug included.

Example Request

Example Response

Response Fields

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 and asset_slug for easy identification.

See also

Authorizations

x-api-key
string
header
required

Path Parameters

idOrSlug
string
required

Response

Supply data for the specified asset

circulating
number<double> | null
required
liquid
number<double> | null
required
total
number<double> | null
required
asset_code
string
required
Maximum string length: 20
asset_slug
string
required
Maximum string length: 100