GET/v1/api/orderdetail
URL:
https://api.koindex.io/GET/v1/api/orderdetail?api_key=****&auth_nonce=1524165420000&auth_sign=0aeb680bb3152c14f849037af45f9eb1&order_id=465138077950068736
Request filed:
api_key |
Your API key | String |
auth_nonce |
Timestamp | String |
auth_sign |
MD5coding.MD5(api_key+auth_nonce+apiSecret) |
String |
order_id |
Order ID | Long |
Response:
{
"code": 1,
"data": {
"465896824678959104",
"ETH_BTC",
"1531120058947",
"0.120000",
"1.0000",
"0.010000",
"0.010000",
"LIMIT",
"-1",
"4"
},
"channel": "auth-detail-order"
}
code |
Response status |
data |
Order ID, Pair name, Order creation time, Completed amount, Total amount of this order, Price of place, Price of trade, Order type: MARKET / LIMIT / STOP-LIMIT associated orders: 0 means no associated orders Order status: 1-Start \ 2-Partially Executed \ 3-Executed \ 4-Cancelled |
channel |
auth-make-order | auth-cancel-order | auth-orders | auth-orders-history | auth-trades-history | auth-detail-order |