Update order

Attempts to update an existing event contract order for the account. The update is processed asynchronously; a successful response indicates the update request was received and is pending further processing, not that it has been accepted by the venue. Use the list orders and list trades endpoints, as well as the event contracts WebSocket to observe order lifecycle and fills. When an order is updated, its reference ID will be replaced with a new automatically generated reference ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length between 1 and 256

The account ID or account number that owns the order.

string
required
length between 1 and 256

Unique order ID assigned by Clear Street. Use this ID to update or cancel the order.

Body Params

An update to apply to an existing event contract order. quantity is required; price is only needed when changing the limit price.

string
required
length between 1 and 16

The new contract quantity for the order. Supports up to 2 decimal places.

string
length between 1 and 16

The new limit price per contract, in dollars. Supports up to 4 decimal places.

Responses
201

Order update received. Indicates the update request was received and is pending further processing.

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json