v1

latestOpenAPI 3.1.02026-07-1288262495.0 KB
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

Response

Successful response

circulatingSupplystring required

The circulating supply of AVAX.

totalSupplystring required

The total supply of AVAX.

totalPBurnedstring required

Represents the total amount of AVAX burned on the P-Chain. This value includes AVAX lost when the sum of input UTXOs exceeds the sum of output UTXOs—potentially by more than the expected transaction fee, such as in malformed or improperly constructed transactions—as well as all L1 validator fees that have been burned to date.

totalCBurnedstring required

Represents the total amount of AVAX burned on the C-Chain. This value includes the total amount of AVAX burned on the C-Chain in evm txns and the total amount of AVAX burned on the C-Chain in atomic txns.

totalXBurnedstring required

The total X-chain burned fees of AVAX.

totalStakedstring required

The total staked AVAX.

totalLockedstring required

The total locked AVAX.

totalRewardsstring required

The total rewards AVAX.

lastUpdatedstring date-time required

The last updated time of the AVAX supply.

genesisUnlockstring required

The genesis unlock amount of the AVAX supply.

l1ValidatorFeesstring required

The total L1 validator fees of AVAX.

Example response

{
  "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",
  "l1ValidatorFees": "6786.673898334"
}