Wallet Lists
Wallet list management — create lists, add addresses, preview, and view trades.
The Wallet Lists API provides wallet list management — create lists, add addresses, preview, and view trades.
Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| POST | /api/v1/wallet-lists | Bearer | Create a new wallet list (static or dynamic) |
| POST | /api/v1/wallet-lists/preview | Bearer | Preview wallets matching dynamic list filter criteria |
| POST | /api/v1/wallet-lists/{id}/wallets | Bearer | Add wallets to a static list |
| PATCH | /api/v1/wallet-lists/{id} | Bearer | Update wallet list metadata or filter criteria |
| DELETE | /api/v1/wallet-lists/{id} | Bearer | Delete a wallet list |
| DELETE | /api/v1/wallet-lists/{id}/wallets/{address} | Bearer | Remove a wallet from a static list |
| GET | /api/v1/wallet-lists | Bearer | List all wallet lists for the current user |
| GET | /api/v1/wallet-lists/{id}/trades | Bearer | Get recent trades from all wallets in a list |
| GET | /api/v1/wallet-lists/{id} | Bearer | Get wallet list detail with enriched wallet entries |