Update order

Attempts to update an existing digital asset 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 to observe order lifecycle and fills.

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

The order ID.

Body Params

An update to apply to an existing digital asset order. quantity is required; price is required for limit orders. The resulting order must satisfy the symbol's trading rules (see the create order endpoint).

string
required
length between 1 and 16

The new quantity for the order. Must be a positive multiple of the symbol's quantity increment.

string
length between 1 and 16

The new price for the order. Required for limit orders. Must be a positive multiple of the tick size.

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