Skip to main content
A month by month calendar of a wallet realized PnL, one colored cell per day, green for a winning day and red for a losing one. It is the clearest way to show a trader consistency over time.

What it shows

Daily results across each month, with a summary per month and full detail per day. It reveals streaks and consistency at a glance, a wall of green is a steady winner, a scattered calendar is a gambler.

Blockchains

Solana, BNB, Base, ETH and Robinhood.

Endpoints

One call returns the day by day results grouped by month.

GET /v1/wallet/pnl_calendar

Day by day realized PnL, with a monthly summary and per day detail.

First steps

1

Get an API key

Register at apidashboard.cabalspy.xyz and create a key.
2

Pick a wallet and chain

You need a wallet address and its chain.
3

Call the calendar endpoint

Pass blockchain, address and api_key. The response groups days under months, ready to render as a grid.
Quick test

Build it

Cookbook, Wallet Tracker

The PnL calendar is built as its own step in the wallet tracker cookbook.