Get Mystery Box with random crypto!

Dear Developers! We are happy to announce new Statistics API | Everscale Dev EN

Dear Developers!

We are happy to announce new Statistics API. New API is available in GraphQL API of both DevNet and MainNet. You can observe and play with it in our GraphQL playgrounds.

This is just a sample query, check out GraphQL Schema for all available fields.

query{
statistics{
accounts{
totalCount
totalSupply
amountOnGivers
circulatingSupply
accountTypesCount
}
depools{
activeDepoolCount
activeParticipantsCount
totalRewards
totalStaked
}
validators{
totalCount
lastCycleCountDelta
totalStaked
rewardsPer30Days
apr
}
}
}

Stay tuned!

#GraphQL