XAI stats
GET/xai/stats
Returns the statistics about XAI coin, including it's current USD price.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
totalSupply numberrequired
circulatingSupply numberrequired
numberOfStakers numberrequired
latestAnnualPercentageYield stringrequired
latestDistributedXai stringrequired
totalStaked stringrequired
averageAnnualPercentageYield stringrequired
totalValueLocked stringrequired
totalValueLockedRatio stringrequired
xaiPriceUsd stringrequired
svxaiPriceUsd stringrequired
svxaiPriceXai stringrequired
{
"totalSupply": 210000000,
"circulatingSupply": 126684969.93,
"numberOfStakers": 0,
"latestAnnualPercentageYield": "11.66",
"latestDistributedXai": "33862.05",
"totalStaked": "112136431.9",
"averageAnnualPercentageYield": "22.95",
"totalValueLocked": "8467726.7618521220990927948892813218",
"totalValueLockedRatio": "1.12973961970448057097",
"xaiPriceUsd": "0.07551271802",
"svxaiPriceUsd": "0.094023361214",
"svxaiPriceXai": "1.245132789276"
}
Loading...