# GET /v4/tokens/reward/{chainId}

_Merkl API_

Get the list of tokens that are accepted as reward tokens on a given chain.

### Path parameters

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

### Query parameters

- `tokenTypes` (array)

## Example request

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