# GET /v4/users/{address}/wrapped

_Merkl API_

Get a summary of a user's claimed rewards, including their most-used protocol and most-claimed token by USD value.

### Path parameters

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

## Example request

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