# A list of staking pool addresses

## addresses

- array of strings
- required

Defaults to `pool1tdsrw0n33gmy0mzh7cgtn9p0jy5xwjxaa2s26gn2ewf8kg4nrzx`, `pool16agnvfan65ypnswgg6rml52lqtcqe5guxltexkn82sqgj2crqtx`

## addresses*
- string
- string

ADD string

## Responses

### 200

### 400      Invalid request

### 404      Resource not found

---

## Example Request

Shell

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

## Example Responses

- application/json
  - `200`
  - `400`
  - `404`
