/rounds/count
Returns total number of rounds
Parameters
fromOPTIONAL(number)- Number of items to skip for the result setsizeOPTIONAL(number)- Number of items to retrievevalidatorOPTIONAL(string)- Filter by validatorconditionOPTIONAL(string)-Filter by conditionshardOPTIONAL(number)- Filter by shard identifierepochOPTIONAL(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