validatorSummaries

post
/info

Request validator summaries.

Body

Request validator summaries.

typeundefined · enumRequired

Type of request.

Possible values:
Responses
chevron-right
200

Array of validator performance statistics.

application/json

Array of validator performance statistics.

validatorstringRequired

Address of the validator.

Pattern: ^0x[a-fA-F0-9]{40}$
signerstringRequired

Address of the validator signer.

Pattern: ^0x[a-fA-F0-9]{40}$
namestringRequired

Name of the validator.

descriptionstringRequired

Description of the validator.

nRecentBlocksnumberRequired

Number of blocks produced recently.

stakenumberRequired

Total amount of tokens staked (unsafe integer).

isJailedbooleanRequired

Whether the validator is currently jailed.

unjailableAfternumber · nullableRequired

Timestamp when the validator can be unjailed (in ms since epoch).

isActivebooleanRequired

Whether the validator is currently active.

commissionstringRequired

Commission rate charged by the validator.

Pattern: ^[0-9]+(\.[0-9]+)?$
post
/info
TypeScript

Last updated