Staking (deprecated)
Source validators data from the Primary Network
Last updated
Source validators data from the Primary Network
Last updated
These endpoints have been deprecated.
GET
https://avascan.info/api/v1/supply
This endpoint gives more granular data about the AVAX supply based on a mix of real-time updates and editorial work of the Avascan team.
Name | Type | Description |
---|---|---|
GET
https://avascan.info/api/v1/validators
This API allows you to source data per each validator on the Primary Network.
GET
https://avascan.info/api/v1/delegations
This API allows you to source data about all the delegations in progress. It does not provide historical delegations. No parameter is needed.
Name | Type | Description |
---|---|---|
totalSupply
number
total available AVAX supply (360MM + stakingRewards)
circulatingSupply
number
genesisUnlock + stakingRewards
lastUpdate
number
date of last update of the whole data set
stakingRewards
number
total staking rewards minted
genesisUnlock
number
unlocked AVAX at the time as per the AVAX Unlock Schedule
offset
number
The starting point of the search
limit
number
Number of items to fetch
orderBy
object
Can be used with all numeric keys with 'desc' or 'asc' value: weight, startTime, endTime, delegatedWeight, delegations, capacity, delegationFee, maxYield, potentialReward