Get Wallet Performance
Returns rolling performance stats for a wallet, including realized PnL, volume, streaks, drawdown, best day, worst day, and the underlying daily breakdown. Trade counts (totals.trades and per-day trades) reflect daily activity within the window (day_buys + day_sells), not cumulative lifetime totals.
SDK Example
Authorizations
API Key for authentication
Path Parameters
Solana wallet address (base58, 32-44 characters).
^[1-9A-HJ-NP-Za-km-z]{32,44}$Query Parameters
Denomination for monetary fields in the response. Defaults to usd. Pass sol or eur to convert USD snapshot values at read time using ClickHouse reference prices. Historical endpoints use the daily rate for each snapshot date; wallet summary uses current spot. Counts, percentages, timestamps, and ROI are not converted. Invalid values return 400.
usd, sol, eur Period shorthand (e.g. 30d). Alternative to days.
1d, 7d, 14d, 30d, 90d, all Rolling window in days. Defaults to 30. Max 365.
x <= 365Response
Successful response.
Response denomination when ?currency=sol or ?currency=eur is requested. Omitted for the default USD response.
sol, eur Unified wallet identity. Only fields with known values are returned; a wallet can carry multiple tags at once.
Number of days in the window.
Win/loss streaks in consecutive trading days.
Maximum drawdown from peak total PnL within the window.
Day-by-day PnL and volume for the window.