Comment on page
/blocks/count
Returns count of all blocks from all shards
shard
OPTIONAL(number)
- Id of the shard the block belongs toproposer
OPTIONAL(string)
- Filter by proposevalidator
OPTIONAL(string)
- Filter by validatorepoch
OPTIONAL(number)
- Filter by epochnonce
OPTIONAL(number)
- Filter by nonce
number
- count of all blocks from all shards
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/blocks/count' \
-H 'accept: application/json'
Result
43560229
Last modified 1yr ago