Loading...
Loading...
Integrate real-time trading signals, historical market data, and risk metrics into your applications. Enterprise-grade infrastructure with clear documentation and SDK support.
Subscribe to live signals with direction, confidence, and risk metrics. WebSocket for low-latency updates and REST for polling.
Access backtest-quality data for strategy development. OHLCV, order book snapshots, and derived features.
Retrieve per-signal confidence scores, risk bands, and exposure metrics for position and portfolio management.
Configure webhooks for signal alerts and integrate with trading bots, dashboards, and notification systems.
Authentication uses API keys passed in the Authorization header. Pro and Institution plans include API access.
Rate limits vary by plan. Contact us for enterprise limits and dedicated endpoints.
GET /v1/signals/latest
Authorization: Bearer YOUR_API_KEY
Response:
{
"signals": [
{
"symbol": "BTC/USD",
"direction": "long",
"confidence": 94,
"risk": "low",
"timestamp": "2026-02-14T12:00:00Z"
}
]
}