Trade API
Description AuthenticationMethods
get-info trade active-orders order-info cancel-order trade-history transaction-history create-coupon redeem-couponThe method is designed to cancel the order.
To use this method, the trade key privilege is required.
Parameters:
PARAMETER | DESCRIPTION | TAKES ON VALUE |
order_id | identifier of the order | numeric |
The example of response:
{
"success":1,
"return":{
"order_id":15,
"funds":{
"btc": 13.998,
"usd": 125,
"rur": 0,
...
}
}
}
order_id: Identifier of the cancelled order.
funds: Balance upon request.