# GET /v4/volume/user

_Merkl API_

Aggregated volume for a single user (recipient), filterable by program, clientId, chainId and a timestamp range (all optional, AND-combined). Returns the summed amountUSD and matching entry count.

### Query parameters

- `recipient` (string) _(required)_
- `program` (string)
- `clientId` (string)
- `chainId` (string | number)
- `fromTimestamp` (string | number)
- `toTimestamp` (string | number)

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/volume/user?recipient=<recipient>" \
  -H "x-api-key: YOUR_API_KEY"
```