Back to Home

Developer API

Access the real-time order book signals, ML predictions, and TimescaleDB analytics directly through our high-performance REST and WebSocket APIs.

REST Endpoints

Query historical feature vectors, aggregate analytics, and bulk prediction histories. Fully typed and documented using OpenAPI/Swagger.

GET /api/v1/features/{symbol}/latest
GET /api/v1/predictions/{symbol}/live
GET /api/v1/heatmap/{symbol}?limit=400

WebSocket Streams

Subscribe to live model predictions and engineered feature vectors with sub-100ms latency. Ideal for programmatic trading and automated strategy execution.

wss://api.cryptointel.com/v1/stream
{ "action": "subscribe", "channel": "live_preds" }