API Reference
Overview

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

ServiceBase URLEnv var
Insiders APIhttps://insiders-api.polyinsiders.com/apiVITE_API_URL
ClickHouse REST APIhttps://apiclick.polyinsiders.comVITE_INSIDERS_REST_URL
PolyEyes APIhttps://polyeyes.polyinsiders.comVITE_POLYEYES_REST_URL
AI Agenthttps://agent.insiders.botVITE_AGENT_API_URL
Trading Tools v2 control-apihttps://tradingv2.polyinsiders.com127.0.0.1:9110internal (Bearer token)
Copy Trading (Rust) ⚠️ deprecatedhttps://rustcopytrading.polyinsiders.comVITE_RUST_COPYTRADE_API_URL
Wallet Tags ⚠️https://tpslapi.polyinsiders.comVITE_WALLET_TAGS_API_URL
WebSocketwss://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" }
\`\`\`