Verify the Staking Activity of a Validator
200 Staking Activity of a Validator
address
string
required
^1[a-zA-Z0-9]{40,50}$
Defaults to 11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ
A single public address to check.
accept
string
enum
Defaults to application/json
Generated from available response content types
application/json text/plain
Allowed:
application/json
text/plain
Responses
200Staking Activity of a Validator400Invalid value for: path parameter address401Invalid or expired token404Not Found405Method Not Allowed429Rate Limit Exceeded500Internal Server Error503Service Unavailable
Example Request
curl --request GET \
--url https://svc.blockdaemon.com/reporting/staking/v1/polkadot/mainnet/validator/active/11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ \
--header 'X-API-Key: ••••' \
--header 'accept: application/json'
Choose an example:
application/json
Response Codes:
200401405429500503
text/plain
Response Codes:
400404