Skip to main content

Realtime Data

Status: partially live now This section documents the low-latency read surfaces that already exist today.

Live Today

  • GET /api/v1/markets
  • GET /api/v1/ticks
  • GET /api/v1/orderbook

Product Goal

Realtime data should stay focused on reads:
  • Live market views
  • Tick streams or recent tick windows
  • Current order-book snapshots
Keep product object mutations like bot control and strategy writes out of this section.