Realtime Order Book
Route:GET /api/v1/orderbook
Returns the latest available order-book snapshot for a symbol. The current implementation reads Redis keys per venue and can return one or more venue snapshots.
Query Parameters
symbolrequiredsourceoptional, for examplekalshiorpolymarket
Example
Response Notes
- The response returns
orderbooksas an array. - Without
source, the handler checks both supported venues. - This route is a current-state snapshot, not a historical replay surface.