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
Example response
{
"data": "9702853"
}