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

_Merkl API_

Returns the outstanding overdistribution clawback debt for an address, per (chain, token): owed, recovered so far, and remaining. Empty array if the address has no configured debt.

### Path parameters

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

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/leaves/{recipient}/debt" \
  -H "x-api-key: YOUR_API_KEY"
```