Staking (deprecated)
Source validators data from the Primary Network
These endpoints have been deprecated.
Get current AVAX Supply
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.
Query Parameters
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 |
Validators
GET
https://avascan.info/api/v1/validators
This API allows you to source data per each validator on the Primary Network.
Path Parameters
Name | Type | Description |
---|---|---|
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 |
Delegations
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.
Last updated