# GET /v4/tokens/wrappers

_Merkl API_

List every Merkl token wrapper a creator distributes, one entry per wrapper and distribution chain, live campaigns first. Wrappers are discovered through the campaigns that distribute them, so a wrapper deployed but never used in a campaign is not returned. Only static data is served here — read the holder, balances and allowance from chain.

### Query parameters

- `creatorId` (string)
- `creatorAddress` (string)

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/tokens/wrappers" \
  -H "x-api-key: YOUR_API_KEY"
```