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

_Merkl API_

Lightweight USD totals for a user — total earned, currently claimable, and pending. 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)

## Responses

- **200** Response for status 200

## Example request

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