Validators

Get Validators by Block Height

post

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

Authorizations
api-keystringRequired
Body
jsonrpcstring · enumRequired

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

Possible values:
idintegerRequired

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

methodstring · enumRequired

The method name to call.

Possible values:
Responses
chevron-right
200

Successful response containing validators list and metadata

application/json
jsonrpcstringRequired

JSON-RPC protocol version.

Example: 2.0
idintegerRequired

Matches the request id.

Example: 1
post
/
200

Successful response containing validators list and metadata

Last updated