API Reference
All API endpoints across the Insiders platform.
⚠️
Work in progress. Routes are being collected from the codebase. Add yours to the relevant page.
Base URLs
| Service | Base URL | Env var |
|---|---|---|
| Insiders API | https://insiders-api.polyinsiders.com/api | VITE_API_URL |
| ClickHouse REST API | https://apiclick.polyinsiders.com | VITE_INSIDERS_REST_URL |
| PolyEyes API | https://polyeyes.polyinsiders.com | VITE_POLYEYES_REST_URL |
| AI Agent | https://agent.insiders.bot | VITE_AGENT_API_URL |
| Trading Tools v2 control-api | https://tradingv2.polyinsiders.com → 127.0.0.1:9110 | internal (Bearer token) |
| Copy Trading (Rust) ⚠️ deprecated | https://rustcopytrading.polyinsiders.com | VITE_RUST_COPYTRADE_API_URL |
| Wallet Tags ⚠️ | https://tpslapi.polyinsiders.com | VITE_WALLET_TAGS_API_URL |
| WebSocket | wss://wsclick.polyinsiders.com | — |
🚫
rustcopytrading.polyinsiders.com (the old Rust copy-trading API) is deprecated —
copy trading moved to Trading Tools v2 in the 2026-05-31 cutover.
See Copy Trading (Legacy).
How to Add Routes
### GET /your-route
Description.
**Query params:**
- `param1` — description
**Response:**
\`\`\`json
{ "example": "response" }
\`\`\`