v1

latestOpenAPI 3.0.32026-07-2261744.4 KB
Personal Trading History

Get Wallet Trading Stats

Returns all-time and 30-day trading statistics for a wallet.

get/api/personal-trading-history/{address}/stats

Path parameters

addressstring required
Example:0x0000000000000000000000000000000000000000

Trader wallet address.

Query parameters

chainIdinteger required
Example:42161

Blockchain chain ID. Common values: 42161 Arbitrum, 8453 Base, 137 Polygon.

Response

Successful response

totalVolumenumber

All-time leveraged trading volume in USD.

totalTradesinteger

All-time trade count.

winRatenumber

All-time win rate percentage.

thirtyDayVolumenumber

Leveraged trading volume over the last 30 days in USD.

updatedAtinteger

Last incremental update timestamp in milliseconds.

cacheInitializedAtinteger

Cache initialization timestamp in milliseconds.