# GET /v4/users/{address}/rewards/summary

_Merkl API_

Per-chain rewards rollup with USD totals and per-token raw amounts. A lightweight alternative to /rewards that omits full campaign breakdowns. Supports optional filters: chainId, chains, tokens, protocols, isTest, isPreTGE.

### Path parameters

- `address` (string) _(required)_

### Query parameters

- `chainId` (array)
- `tokens` (array)
- `protocols` (array)
- `tags` (array)
- `isTest` (boolean)
- `isPreTGE` (boolean)
- `reloadChainId` (string | number)

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/users/{address}/rewards/summary" \
  -H "x-api-key: YOUR_API_KEY"
```