/rounds/count
Returns total number of rounds
Parameters
from
OPTIONAL(number)
- Number of items to skip for the result setsize
OPTIONAL(number)
- Number of items to retrievevalidator
OPTIONAL(string)
- Filter by validatorcondition
OPTIONAL(string)
-Filter by conditionshard
OPTIONAL(number)
- Filter by shard identifierepoch
OPTIONAL(string)
- Filter by epoch number
Returns
count
:(number)
- total number of rounds
Example
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/rounds/count?shard=2&epoch=720' \
-H 'accept: application/json'
Result
14401