Polkadot Staking Reporting

Verify the Staking Activity of a Nominator

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

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

Path parameters

addressstring required

A single public address to check.

Response

Staking Activity of a Nominator

addressstring required

The address you are checking the staking activity of.

activeboolean required

true if the address is active, false otherwise.

Changes

No recorded changes to this endpoint across all 1 revision of this API.