v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Polkadot Staking Reporting

Verify the Staking Activity of Multiple Nominators

Returns true if a given nominator address is active, false otherwise (for each address from a list).

post/v1/polkadot/mainnet/nominator/active

Request body

addressesstring[]

A list of addresses.

Response

Staking Activity of Multiple Nominators

addressstring required

The address you are checking the staking activity of.

activeboolean required

true if the address is active, false otherwise.