# GET /v4/internal/diffs/tokens

_Merkl API_

Returns distinct tokens present in DiffBreakdown rows for a given chain and root

### Query parameters

- `chainId` (string | number) _(required)_
- `root` (string) _(required)_

### Header parameters

- `chainId` (string | number) _(required)_
- `root` (string) _(required)_

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/internal/diffs/tokens?chainId=<chainId>&root=<root>" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "chainId: <chainId>" \
  -H "root: <root>"
```