v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Polkadot Staking Reporting

Verify the Staking Activity of a Validator

Returns true if a given validator address is active, false otherwise.

get/v1/polkadot/mainnet/validator/active/{address}

Path parameters

addressstring required

A single public address to check.

Response

Staking Activity of a Validator

addressstring required

The address you are checking the staking activity of.

activeboolean required

true if the address is active, false otherwise.