# GET /v4/users/{address}/rewards/breakdowns

_Merkl API_

Per-chain rewards with full opportunity breakdowns and proofs. Returns the same shape as `/v4/users/{address}/rewards` but with the breakdowns included. Limited to roughly 1000 breakdowns per response; responses exceeding this limit omit the breakdowns. For high-volume users, paginate via `/v4/leaves/{recipient}/breakdowns` instead.

### Path parameters

- `address` (string) _(required)_

### Query parameters

- `tags` (string)
- `chainIds` (array)
- `reloadChainId` (string | number)
- `test` (boolean)
- `claimableOnly` (boolean)
- `showPrivate` (boolean)

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/users/{address}/rewards/breakdowns" \
  -H "x-api-key: YOUR_API_KEY"
```