-
Notifications
You must be signed in to change notification settings - Fork 0
Cancle order
huyaohua edited this page Jan 19, 2020
·
2 revisions
Interface address:https://api.bitforex.com/api/v1/trade/cancelOrder
Request method:POST
Parameters
parameter name | Types | Is required | Defaults | Description |
---|---|---|---|---|
symbol | String | Yes | - | Transaction pairs such as coin-usd-btc, coin-usd-eth, etc. |
orderId | String | Yes | - | Order ID |
accessKey | String | Yes | - | API access key |
nonce | long | Yes | - | Request timestamp, milliseconds |
signData | String | Yes | - | Signing information |
Example
# request
POST https://api.bitforex.com/api/v1/trade/cancelOrder
# Response
{
"success": true,
"data": true
}
Return value description
Data returns true to indicate that the withdrawal request has been successfully executed. If the order is withdrawn, the order inquiry interface must be called to check the order status.