Get a List of Statuses for Multiple Nominators
List of Statuses for Multiple Nominators
Addresses
Defaults to
11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ
A list of addresses.
Example Request
curl --request POST \
--url https://svc.blockdaemon.com/reporting/staking/v1/polkadot/mainnet/nominator/status \
--header 'X-API-Key: ••••' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"addresses": [\
"11VR4pF6c7kfBhfmuwwjWY3FodeYBKWx7ix2rsRCU2q6hqJ"\
]
}
'
Response Status Codes
200List of Statuses for Multiple Nominators400Invalid value for: body401Invalid or expired token404Not Found405Method Not Allowed429Rate Limit Exceeded500Internal Server Error503Service Unavailable