Supply

Get current AVAX Supply

GET https://api.routescan.io/v2/network/mainnet/evm/43114/supply

This endpoint gives more granular data about AVAX supply based on a near real-time updates.

Query Parameters

Please remember, that query parameters are case sensitive.

Name
Type
Description
Link

totalSupply

number

total available AVAX supply (360MM + stakingRewards)

{
  "totalSupply": 459612306.108156,
  "circulatingSupply": 426276406.108156
}

Last updated

Was this helpful?