# GET /v4/leaves/{recipient}/breakdowns

_Merkl API_

Returns paginated leaf breakdowns for a recipient, token, and chain, including both distributed and pending amounts. Supports filters on campaignId, opportunityId, and protocolId.

### Path parameters

- `recipient` (string) _(required)_

### Query parameters

- `tokenAddress` (string) _(required)_
- `distributionChainId` (string | number) _(required)_
- `campaignId` (string)
- `opportunityId` (string)
- `protocolId` (array)
- `page` (string | number)
- `items` (string | number)

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/leaves/{recipient}/breakdowns?tokenAddress=<tokenAddress>&distributionChainId=<distributionChainId>" \
  -H "x-api-key: YOUR_API_KEY"
```