Get Status for an Address

network

string

required

Defaults to mainnet

the network to look up against

type

string

enum

required

Specifies the role associated with the request.

address

string

required

the address to look up rewards for

Response Codes

200 OK

400 Bad Request

422 Validation Error

Example

Curl Command

curl --request GET \
     --url https://svc.blockdaemon.com/reporting/staking/v2/cosmos/mainnet/delegator/status/address \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json'

Responses