-
Notifications
You must be signed in to change notification settings - Fork 0
Cancle all orders
huyaohua edited this page Jan 19, 2020
·
1 revision
Interface address:https://api.bitforex.com/api/v1/trade/cancelAllOrder
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. |
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/cancelAllOrder
# Response
{
"success": true,
"data": true
}
返回值说明
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.