Skip to main content
Turn a single wallet address into a full profile, the trader stats, realized PnL, the tokens they traded, live holdings and a month by month PnL calendar. It is the detail page behind every KOL you follow, everything one wallet has done over a period in one view.

What it shows

A trader name and labels, their realized PnL and win rate, average hold time, the tokens they are in and the trades they made. Use it as a KOL profile card, a copytrade research page, or the wallet detail view in a terminal.

Blockchains

Solana, BNB, Base, ETH and Robinhood.

Endpoints

The tracking call carries the whole profile. Two more calls add live holdings and the calendar.

GET /v1/wallet/tracking

Profile, period stats, win rate, traded tokens, the realized PnL series and recent trades.

GET /v1/wallet/holdings

Current on-chain token balances.

GET /v1/wallet/pnl_calendar

Day by day realized PnL, grouped by month.

First steps

1

Get an API key

Register at apidashboard.cabalspy.xyz and create a key. The free tier is enough to start.
2

Pick a wallet and chain

You need a wallet address and its chain, one of solana, bnb, base, eth or robinhood.
3

Call the tracking endpoint

Pass blockchain, address, period and your api_key. The response carries the full profile in one call.
Quick test

Build it

Cookbook, Wallet Tracker

Build the full profile page and PnL calendar step by step.

GitHub demo

Open-source, run in minutes.