Skip to main content
GET
Get Wallet Markets
Shows performance metrics for each market the wallet has traded in. Sort by PnL, volume, ROI, or other metrics to find a wallet’s best and worst trades.
Requires Dev or Pro tier. This endpoint is not available on the Free tier.
Rolling total PnL accuracy timeline - Total PnL (realized + unrealized - net fees) uses rolling windows that need time to accumulate full data:
  • All-time total PnL: accurate immediately (February 10, 2026)
  • 1-day rolling total PnL: fully accurate starting February 11, 2026
  • 7-day rolling total PnL: fully accurate starting February 17, 2026
  • 30-day rolling total PnL: fully accurate starting March 12, 2026

Authorizations

x-api-key
string
header
required

Path Parameters

wallet
string
required

Wallet address

Query Parameters

window
enum<string>
default:all_time

Time window

Available options:
1d,
7d,
30d,
all_time
sort_by
enum<string>
default:total_pnl

Sort field

Available options:
realized_pnl,
total_pnl,
volume,
roi,
profit_factor,
win_rate,
trades
order
enum<string>
default:desc

Sort order

Available options:
asc,
desc
min_trades
integer | null

Minimum trades per market

Required range: x >= 1
limit
integer
default:100

Results per page

Required range: 1 <= x <= 100
pagination_key
string | null

Cursor for pagination

Response

Successful Response

Response for wallet's per-market breakdown.

user
string
required

Wallet address

window
enum<string>
required

Time window for metrics

Available options:
1d,
7d,
30d,
all_time
markets
WalletMarketEntry · object[]
required

Per-market metrics

pagination
CursorPagination · object
required

Pagination info