Daily realized-PnL calendar for a tracked wallet, precomputed per day. Returns the wallet profile, a list of per-day entries and a per-month summary — ideal for rendering a calendar heatmap.
Get a wallet's daily PnL calendar
get
Returns the realized-PnL calendar for a tracked wallet, grouped by month. The wallet category (kol / smart / whale) is detected automatically. Unknown addresses return 404.
The response data.months holds one block per month (oldest first); each block has a dates array (one object per active day) and a month summary. The current month is additionally exposed flat as data.dates and data.month for backwards compatibility.
Parameters / settings
blockchain (required) — one of: solana, bnb, base, eth
address (required) — wallet address (Solana base58 or 0x… for EVM chains)