Skip to main content
POST
Amend Order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to amend an order.

price
string
required
qty
string
required
sub_account_address
string
required
symbol
string
required
Example:

"BTC-USDCx"

order_id
null | string<uuid>
order_iv
integer<int64> | null
Required range: x >= 0
tpsl
null | object
trigger
null | object

Response

200 - application/json

Order amended

Response for amending an order.

order_id
null | string<uuid>