Skip to main content
This page is the quick-reference index for the orderbook stream at wss://wss.parlayx.com/v1/orderbook. Each frame type links to the page that documents it in full. For a guided walkthrough, start with the Quickstart.

Frame conventions

Every server frame is a JSON object with a type, a v: 1 version discriminator, and a serverTimestamp (epoch milliseconds). Every client frame has a type and an optional requestId — a correlation token you choose (any string) that the server echoes on the matching reply, so you can pair async responses with the request that triggered them.

Client → server

Server → client