cancelOrder
This method is for canceling an existing open order.
Parameter
Required
Value
Description
pair
Yes
btc_idr, ltc_btc, doge_btc, etc
Pair to get the information from
order_id
Yes
integer
Order ID
type
Yes
buy / sell
transaction type (buy or sell)
POST https://us-central1-appgregator.cloudfunctions.net/indodax/method/
Query Parameters
Name
Type
Description
name*
String
qantor.co.id
connection_name*
String
crypto01
Headers
Name
Type
Description
x-api-key*
String
U2Fsd...
secret-key*
String
84c7373b....(your indodax secret key)
{
"success": 1,
"return": {
"order_id": 666883,
"type": "sell",
"pair": "btc_idr",
"balance": {
"idr": "33605800",
"btc": "0.00000000",
"frozen_idr": "0",
"frozen_btc": "0.00000000"
}
}
}Last updated