Home

Get Validators by Block Height

POST
https://luna-tendermint.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Calls the validators JSON-RPC method to retrieve a paginated list of validators at a given block height.

Body

application/json
jsonrpcstring2.0required

JSON-RPC protocol version, must be "2.0".

idintegerrequired

Unique identifier for the request, used to match the response.

methodstringvalidatorsrequired

The method name to call.

paramsobjectrequired
Show child attributes
heightstringrequired

The block height for which to query the validators.

pagestringrequired

Page number for pagination (1-based).

per_pagestringrequired

Number of validators to return per page.

Response

200OK

Successful response containing validators list and metadata