Tracker
Wallet tracker — follow any address, monitor positions and trades in real time.
The Tracker API provides wallet tracker — follow any address, monitor positions and trades in real time.
Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| POST | /api/v1/tracker/wallets | Bearer | Add a wallet to tracking list |
| DELETE | /api/v1/tracker/wallets/{address} | Bearer | Remove a wallet from tracking list |
| GET | /api/v1/tracker/feed | Bearer | Get aggregated activity feed from tracked wallets |
| GET | /api/v1/tracker/wallets | Bearer | Get tracked wallets for the current user |
| GET | /api/v1/tracker/suggested | Bearer | Get suggested wallets to track |
| GET | /api/v1/tracker/wallets/{address} | Bearer | Get detailed info for a tracked wallet |
| GET | /api/v1/tracker/wallets/{address}/positions | Bearer | Get open positions for a tracked wallet |
| GET | /api/v1/tracker/wallets/{address}/activity | Bearer | Get activity feed for a tracked wallet |
| GET | /api/v1/tracker/top-100 | Public | Get top 100 wallets by performance |
| GET | /api/v1/tracker/bubble-map | Public | Get bubble map visualization data |