Legacy Endpoints
Older route shapes that still resolve but have a current, canonical home. Build new integrations against the domain endpoints; treat everything here as deprecated.
Plural → singular routes
Early routes used plural collection names. They’re kept as aliases; the canonical form is singular.
| Legacy | Current |
|---|---|
/v1/wallets/{address}/… | /v1/wallet/{address}/… |
/v1/tokens/{mint}/… | /v1/token/{mint}/… |
Superseded endpoints
| Legacy | Replaced by |
|---|---|
/v1/wallets/{address}/performance | /v1/wallet/{address}/performance |
/v1/wallets/{address}/trades | /v1/wallet/{address}/pnl (FIFO round-trips) |
/v1/wallet/{address}/coordination (combined) | /follows + /entity |
/v1/squad/{family_id} | /v1/entity/{entity_id} |
/v1/token/{mint}/coordination (combined) | /campaigns + /crowd |
Modernized enum values
Early label responses used lowercase, informal values (trader_type: "sniper", performance_level: "elite", exit_style: "quick_flip"). The current taxonomy uses the canonical uppercase set — see Labels & Taxonomy.
⚠️
Legacy aliases may be removed in a future version. Migrate to the current endpoints, and prefer the canonical enum values when you parse responses.