Skip to content

Cancle order

BitForex-API edited this page Jul 31, 2018 · 4 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 long 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.