v1

latestOpenAPI 3.0.02026-07-265081124.2 KB
Public Portfolio

User Total 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.

get/portfolio/{account}/traded-volume

Path parameters

accountstring required
Example:0x742d35Cc6634C0532925a3b844Bc454e4438f44e

User Ethereum address

Response

User trading volume

datastring

Total traded volume in whole USDC (no decimal divisor needed). Includes both taker and maker volume across CLOB and AMM trades.

Example response

{
  "data": "9702853"
}