# network

string

required

Defaults to mainnet

the network to look up against

# type

string

enum

required

Specifies the role associated with the request.

- delegator
- validator

# address

string

required

the address to look up rewards for

# Response Codes

## ``200      OK``

## ``400      Bad Request``

## ``422      Validation Error``

## Example

### Curl Command

```bash
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

- application/json
- ``200``
- ``400``
- ``422``
