Skip to content
AVS Developer Docs
Main Navigation
Guide
APAC API
Trading API
Appearance
Menu
Return to top
Cancel Order
POST
/orders/cancel
Cancel an outstanding order.
Parameters
Header Parameters
X-API-KEY
*
Type
string
Required
Request Body
application/json
Schema
Example 1
JSON
JSON
{
"account_number"
:
"MOCK_OMNI"
,
"order_id"
:
"clordid"
}
Responses
200
Returns remaining order quantity when canceled.
Content-Type
application/json
Schema
JSON
JSON
{
"leaves_quantity"
:
"1.23"
}
POST
/orders/cancel
Playground
Headers
X-API-KEY
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI