Skip to main content

walletSummary

Aggregate stats for up to 500 wallets in one request — trade counts, volume, realized PnL, realized PnL %, win rate, and activity windows. By default this returns lifetime stats. Pass fromTime / toTime to constrain the summary to a time window. Like the trades queries, both accept either milliseconds since epoch as a decimal string or ISO-8601 / RFC-3339. fromTime is inclusive and toTime is exclusive.

Arguments

Return type

realizedPnlPct is calculated as realizedPnlSol / buy-side SOL volume * 100 for the selected window. It returns null when the window has trades but no buy-side cost basis. Returns one entry per input address, in input order. Addresses with no recorded activity are still returned with zero counts.

Example


walletTokens

Per-token aggregate stats for one wallet — one row per (wallet, mint) pair.

Arguments

Return type

Example


walletPerformance

Time-series stats for one wallet across a date range — useful for charts.

Arguments

Return type

Returned oldest-first.

Example