Comment on page
/nodes/count
Returns number of all observer/validator nodes available on blockchain
search
OPTIONAL(string)
- Search by collection identifieronline
OPTIONAL(boolean)
- Whether node is online or nottype
OPTIONAL(array[string])
- Filter by type (NonFungibleESDT/SemiFungibleESDT/MetaESDT)status
:(string)
- Node statusAvailable values : new, unknown, waiting, eligible, jailed, queued, leaving, inactiveshard
:(number)
- Node shardissues
:(boolean)
- Whether node has issues or notidentity
:(string)
- Node identityprovider
:(string)
- Node providerowner
OPTIONAL(string)
- Filter by collection ownerauctioned
OPTIONAL(boolean)
- Whether node is auctioned or notfullHistory
OPTIONAL(boolean)
- Whether node is of type 'Full History' or notsort
OPTIONAL(string)
- Sorting criteriaAvailable values : name, version, tempRating, leaderSuccess, leaderFailure, validatorSuccess, validatorFailure, validatorIgnoredSignatures, positionorder
OPTIONAL(string)
- Sorting order (asc / desc)
count
:(number)
- total number of observer/validator nodes available
Request
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/nodes/count?online=true&type=observer&issues=false&fullHistory=true&sort=version&order=asc' \
-H 'accept: application/json'
Result
63
Last modified 1yr ago