Skip to main content
WSS
This stream is available on the optionsPublicOrderBook subscription. It provides the order book for a single contract, including implied volatility on the ask side.
For publicOrderBookDelta messages, quantity is the absolute size at that price level. A quantity of 0 means the level should be removed from your local book.

Snapshot vs. Delta

The emitPublicOrderBook request returns a full order book snapshot via publicOrderBook. Use it to bootstrap your local book when you first subscribe, or to resynchronize after a gap.
market
type:string
required

A specific market (e.g. BTC-USDT) or ALL.

expiration
type:string
required

Contract expiration, e.g. 24JUN26. Requires market; omit to match every expiration.

strike
type:string
required

Strike price, e.g. 62000. Requires expiration; omit to match every strike.

type
type:string
required

C (call) or P (put). Requires strike; omit to match both.

Sec-WebSocket-Protocol
type:httpApiKey

Supply as authorization#<JWT> during the WebSocket handshake.

Emit Public Order Book
type:object
Order Book Snapshot
type:object

Response to emitPublicOrderBook.

Order Book Delta
type:object