Skip to main content
WSS
This stream is active on the optionsOrders subscription, which is on by default when you connect. It allows you to create, modify, and cancel orders, and receive fill notifications.

Multi-Step Responses

Order actions typically produce more than one message on this stream:
  1. An acknowledgment (statusCode: 202) confirming the request was received and is being processed — cancelOrder skips this step and goes straight to confirmation or error
  2. A confirmation (statusCode: 200) once the action has taken effect, or an error if it failed

Notifications

completeFillOrder and partialFillOrder are pushed as your orders execute.

Backfill

Connecting with a sessionId query parameter starts a WebSocket session on this stream: on connect, any messages missed since the last delivered position are backfilled first, followed by a sessionBackfill message summarizing the session. See WebSocket Session for the full field reference, session continuity semantics, and backfill limits.
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.

sessionId
type:string
required

UUID identifying a session. Enables WebSocket Session on this stream. Omit to opt out.

Sec-WebSocket-Protocol
type:httpApiKey

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

Create Order
type:object
Modify Order
type:object
Cancel Order By ID
type:object
Create Order — Acknowledgment
type:object
Create Order — Confirmation
type:object
Create Order — Error
type:object
Modify Order — Acknowledgment
type:object
Modify Order — Confirmation
type:object
Modify Order — Error
type:object
Cancel Order — Confirmation
type:object
Cancel Order — Error
type:object
Order Filled — Complete Fill
type:object
Order Filled — Partial Fill
type:object
Session Backfill
type:object