---
title: "Get user volume stats"
method: GET
path: "/v1/stats/user-volume"
tags: ["Stats"]
---

# Get user volume stats

`GET /v1/stats/user-volume`

Get aggregated volume and fee statistics for a user within a time range

## Query parameters

- `address` string, required
- `window` string

## Response `200`

A successful response.

- ApiGetUserVolumeStatsResponse
  - `address` string
  - `traded_volume` string — Regular trading volume (decimal format, e.g., "1234.56"). Volume from non-liquidation matches: regular limit/market orders AND TPSL (take-profit/stop-loss) fills. Excludes liquidations.
  - `liquidation_volume` string
  - `total_volume` string
  - `maker_fee` string
  - `taker_fee` string
  - `liquidation_fee` string
  - `total_fee` string
  - `trade_count` integer
  - `window` string
  - `start_time` string, int64
  - `end_time` string, int64

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/revisions/194af8339c0d/schema)
