Skip to main content
AGG chart history is keyed by 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.
Works in browsers, Node.js, and React Native. Bring your own chart library.

1. Set up the client

2. Fetch historical bars

3. Request bars with countBack

4. Render with your chart library

5. Optional live overlay

Supported resolutions

GET /charts/bars supports four stored resolutions:

How it works

For wire-level details, resnapshot behavior, and authenticated streaming, see WebSocket Protocol.

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.