---
title: "User Total Volume"
method: GET
path: "/portfolio/{account}/traded-volume"
tags: ["Public Portfolio"]
---

# User Total Volume

`GET /portfolio/{account}/traded-volume`

Get total traded volume for a specific user. Returns combined CLOB and AMM volume (both taker and maker sides) in whole USDC. This is the all-time cumulative trading volume, not the current portfolio value.

## Path parameters

- `account` string, required

## Response `200`

User trading volume

- object
  - `data` string — Total traded volume in whole USDC (no decimal divisor needed). Includes both taker and maker volume across CLOB and AMM trades.

---

[API](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api.md) · [All operations](https://skmtc.net/limitless-labs-group/apis/limitless-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/limitless-labs-group/limitless-exchange-api/revisions/f60847044e0d/schema)
