> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cabalspy.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# PnL Calendar

> A month by month calendar of a wallet realized PnL, one colored cell per day. Endpoints, chains, first steps and a cookbook.

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.

<Card title="GET /v1/wallet/pnl_calendar" href="https://docs.cabalspy.xyz/pnl-calender">
  Day by day realized PnL, with a monthly summary and per day detail.
</Card>

## First steps

<Steps>
  <Step title="Get an API key">
    Register at [apidashboard.cabalspy.xyz](https://apidashboard.cabalspy.xyz) and create a key.
  </Step>

  <Step title="Pick a wallet and chain">
    You need a wallet address and its chain.
  </Step>

  <Step title="Call the calendar endpoint">
    Pass blockchain, address and api\_key. The response groups days under months, ready to render as a grid.
  </Step>
</Steps>

```bash Quick test theme={null}
curl "https://api.cabalspy.xyz/v1/wallet/pnl_calendar?blockchain=solana&address=YOUR_WALLET&api_key=YOUR_KEY"
```

## Build it

<Card title="Cookbook, Wallet Tracker" href="https://docs.cabalspy.xyz/build-a-wallet-tracker-like-axiom">
  The PnL calendar is built as its own step in the wallet tracker cookbook.
</Card>
