Statistics (deprecated)

Source staking statistics 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

{
  "genesisUnlock": 65171868.28,
  "stakingRewards": 11765187,
  "lastUpdate": "2020-12-08T12:00:00.000Z",
  "circulatingSupply": 76937055.28,
  "totalSupply": 371765187
}

Global statistics

GET https://avascan.info/api/v1/home/statistics

Get the updated statistics shown in the Avascan home page. Query data are selected when they’re equal to 1 (example: blockchains=1). Unspecified query data will lead to full output.

Query Parameters

{
    "blockchains": 10,
    "validators": 979,
    "stakingRatio": 55.78593411685608,
    "stakingRewards": 10.3812945775,
    "price": 14.74,
    "marketcapByCirculatingSupply": 2541443737.36665,
    "marketcapByTotalSupply": 5688491788.64565,
    "circulatingSupply": 172418164.00045115,
    "lastTransactions24h": 19387,
    "lastAvgTps24h": 0.22438657407407409,
    "assetsAndTokens": 4928,
    "burnedSinceLaunch": 115758.43176020411
}

Staking statistics

GET https://avascan.info/api/v1/statistics

This endpoint allows you to source the same data present in Avascan's Staking Stats page.

Query Parameters

{
    "totalValidator":865,
    "totalDelegation":5683,
    "totalStake":299584477.8758476,
    "totalValidationStake":209563806.4235764,
    "totalDelegatedStake":90020671.45227116,
    "stakingReward":9.607169410375027,
    "stakingRatio":83.21791052106877
}

Last updated