# A list of delegator addresses

## addresses

- Defaults to `stake1u8003gtvhcunzzmy85nfnk6kafd8lks2mykfzf0n4hq4qzg9f029u`, `stake1u80058a9nztq6d5sudzynepf63pedvpyr3kzhlxacrcefwqf3ez2y`

### addresses*

- type: string

- enum:
  - Defaults to `application/json`

### Generated from available response content types

- Allowed:
  - `application/json`
  - `application/json:`

# Response Codes

- `200`
- `400` Invalid request
- `404` Resource not found

---

## Example

```bash
curl --request POST \
     --url https://svc.blockdaemon.com/reporting/staking/v1/cardano/mainnet/delegator/rewards \
     --header 'X-API-Key: ••••' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "addresses": [
    "stake1u8003gtvhcunzzmy85nfnk6kafd8lks2mykfzf0n4hq4qzg9f029u",
    "stake1u80058a9nztq6d5sudzynepf63pedvpyr3kzhlxacrcefwqf3ez2y"
  ]
}
'``

---
