bleeding edge alpha
API
Authenticated REST + WebSocket API. Default users are rate limited (Premium: no rate limit).
base: —
auth: —
loading…
1) Authentication
Use Authorization: Bearer <token> for REST. For WebSocket, connect to the Socket.IO namespace /api with auth: { token }.
Token name (optional)
Failed.
OK.
Name Created Last used Status Actions
loading…
2) REST endpoints (v1)
All endpoints below require a Bearer token. Use the token manager above to create one, then paste it here to render the live endpoint reference.
Bearer token (for explorer)
Failed.
OK.
Quick curl template
loading…
Aggregated vs per-venue prices
The /api/v1/market/tick payload includes both the aggregated price (tick.price) and individual venue prices (tick.prices.<exchange>).
loading…
Endpoint reference (from OpenAPI)
Load OpenAPI to see endpoints…
Raw OpenAPI
(hidden until loaded)
3) WebSocket (Socket.IO)
Connect to /api and then emit subscribe_symbols with { symbols: ["BTC-USD"] }. You will receive events like tick, dom, tape, heatmap.
loading…
Notes
Keep your token secret. If it leaks, revoke it immediately. Tokens are stored server-side as hashes.