Properties
| Name | Type | Description |
|---|---|---|
| circulatingSupply | string | The circulating supply of AVAX. |
| totalSupply | string | The total supply of AVAX. |
| totalPBurned | string | 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 f |
| totalCBurned | string | 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 t |
| totalXBurned | string | The total X-chain burned fees of AVAX. |
| totalStaked | string | The total staked AVAX. |
| totalLocked | string | The total locked AVAX. |
| totalRewards | string | The total rewards AVAX. |
| lastUpdated | string | The last updated time of the AVAX supply. |
| genesisUnlock | string | The genesis unlock amount of the AVAX supply. |
| l1ValidatorFees | string | The total L1 validator fees of AVAX. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/avalanche/main/json-schema/AvaxSupplyResponse.json",
"title": "AvaxSupplyResponse",
"type": "object",
"properties": {
"circulatingSupply": {
"type": "string",
"description": "The circulating supply of AVAX.",
"example": "454257251.7149865026656081965"
},
"totalSupply": {
"type": "string",
"description": "The total supply of AVAX.",
"example": "454257251.7149865026656081965"
},
"totalPBurned": {
"type": "string",
"description": "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\u2014potentially by more than the expected transaction fee, such as in malformed or improperly constructed transactions\u2014as well as all L1 validator fees that have been burned to date.",
"example": "15039.56226661934233308491042"
},
"totalCBurned": {
"type": "string",
"description": "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.",
"example": "4868917.656222642629429578983"
},
"totalXBurned": {
"type": "string",
"description": "The total X-chain burned fees of AVAX.",
"example": "45577.89911362119281041174838"
},
"totalStaked": {
"type": "string",
"description": "The total staked AVAX.",
"example": "199605247.61112"
},
"totalLocked": {
"type": "string",
"description": "The total locked AVAX.",
"example": "36162978.31786130001530843447"
},
"totalRewards": {
"type": "string",
"description": "The total rewards AVAX.",
"example": "99186786.83258938583018127214"
},
"lastUpdated": {
"format": "date-time",
"type": "string",
"description": "The last updated time of the AVAX supply.",
"example": "2025-11-05T20:15:15.678Z"
},
"genesisUnlock": {
"type": "string",
"description": "The genesis unlock amount of the AVAX supply.",
"example": "360000000"
},
"l1ValidatorFees": {
"type": "string",
"description": "The total L1 validator fees of AVAX.",
"example": "6786.673898334"
}
},
"required": [
"circulatingSupply",
"totalSupply",
"totalPBurned",
"totalCBurned",
"totalXBurned",
"totalStaked",
"totalLocked",
"totalRewards",
"lastUpdated",
"genesisUnlock",
"l1ValidatorFees"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/AvaxSupplyResponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.