Skip to content

Cancel Order [Trade]

inerexapi edited this page Jan 14, 2019 · 2 revisions

POST cancel-order

This api use for cancel an active order.

Permission

Trade APIs are private. When using trade APIs, you need API ID and Secret has trade permission.

Parameters

parameter type mandatory value(s) remarks
api_key string true
order_id string true
type string true BUY / SELL
secret string true

Response

name type mandatory value(s) remarks
status string true ok, error
timestamp long true
message string true

Please be noted that parameter names are case sensitive.

Response Sample POST cancel-order


{
	"status":"ok",
	"timestamp":1537883532195,
	"message":"Order Cancelled Successfully."
}