Skip to main content
WSS
This stream is available on the optionsQuotes subscription. It provides top-of-book bid/ask prices with implied volatility for each contract, scoped by underlying and expiration date, like the Contracts Stream.

Snapshot vs. Delta

The emitOptionsQuotes request returns a snapshot via optionsQuotes. After the snapshot, optionsQuotesDelta messages stream top-of-book changes per contract.
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 Options Quotes
type:object
Quotes Snapshot
type:object

Response to emitOptionsQuotes.

Quote Delta
type:object

Pushed whenever the top-of-book changes for a contract.