getOrder
Use getOrder to get specific order details.
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
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": {
"order_id": "59639504",
"price": "100207000",
"type": "buy",
"order_rp": "336058",
"remain_rp": "336058",
"submit_time": "1578648363",
"finish_time": "1578649332",
"status": "cancelled"
}
}
}Last updated