Granite Upgrade Activates in11d:16h:54m:17s
Avax Supply

Get AVAX supply information

Get AVAX supply information that includes total supply, circulating supply, total p burned, total c burned, total x burned, total staked, total locked, total rewards, and last updated.

GET
/v1/avax/supply
x-glacier-api-key<token>

Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://build.avax.network/console/utilities/data-api-keys.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://data-api.avax.network/v1/avax/supply"
{
  "circulatingSupply": "454257251.7149865026656081965",
  "totalSupply": "454257251.7149865026656081965",
  "totalPBurned": "15039.56226661934233308491042",
  "totalCBurned": "4868917.656222642629429578983",
  "totalXBurned": "45577.89911362119281041174838",
  "totalStaked": "199605247.61112",
  "totalLocked": "36162978.31786130001530843447",
  "totalRewards": "99186786.83258938583018127214",
  "lastUpdated": "2025-11-05T20:15:15.678Z",
  "genesisUnlock": "360000000"
}
{
  "message": "string",
  "statusCode": 400,
  "error": "Bad Request"
}
{
  "message": "string",
  "statusCode": 401,
  "error": "Unauthorized"
}
{
  "message": "string",
  "statusCode": 403,
  "error": "Forbidden"
}
{
  "message": "string",
  "statusCode": 404,
  "error": "Not Found"
}
{
  "message": "string",
  "statusCode": 429,
  "error": "Too Many Requests"
}
{
  "message": "string",
  "statusCode": 500,
  "error": "Internal Server Error"
}
{
  "message": "string",
  "statusCode": 502,
  "error": "Bad Gateway"
}
{
  "message": "string",
  "statusCode": 503,
  "error": "Service Unavailable"
}

Is this guide helpful?