Skip to main content

/stats

Returns general network statistics

Parameters

  • none

Returns

  • hards : (number)
  • blocks : (number)
  • accounts : (number)
  • transactions : (number)
  • refreshRate : (number)
  • epoch : (number)
  • roundsPassed: (number)
  • roundsPerEpoch : (number)

Example

Request

curl -X 'GET' \
'https://elrond-api.public.blastapi.io/stats' \
-H 'accept: application/json'

Result

{
"shards": 3,
"blocks": 43729699,
"accounts": 1814317,
"transactions": 55821723,
"refreshRate": 6000,
"epoch": 759,
"roundsPassed": 10537,
"roundsPerEpoch": 14400
}