Skip to main content

/rounds/count

Returns total number of rounds

Parameters

  • from OPTIONAL (number) - Number of items to skip for the result set
  • size OPTIONAL (number) - Number of items to retrieve
  • validator OPTIONAL (string) - Filter by validator
  • condition OPTIONAL (string) -Filter by condition
  • shard OPTIONAL (number) - Filter by shard identifier
  • epoch 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