VenueMarketOutcome.id and comes from GET /charts/bars.
That endpoint returns one canonical bar series for a single outcome and resolution using
TradingView-style [from, to) and countBack semantics. Aggregate charts are not supported.
- SDK (vanilla JS/TS)
- Hooks (React)
- UI Components
Supported resolutions
GET /charts/bars supports four stored resolutions:
| Interval | Code |
|---|---|
| 1 minute | "1m" |
| 5 minutes | "5m" |
| 1 hour | "1h" |
| 1 day | "1d" |
How it works
Related
WebSocket Protocol
Subscribe, authenticate, handle heartbeats, and reconnect safely.
Real-Time Orderbook
Reuse the same orderbook stream for depth views and chart inputs.
User Notifications
Handle authenticated order and balance events on the same socket.