Trade API
Description AuthenticationMethods
get-info trade active-orders order-info cancel-order trade-history transaction-history create-coupon redeem-couponReturns information on a particular order.
o use this method, you need the privilege of the key info.
Parameters:
PARAMETER | DESCRIPTION | TAKES ON VALUE |
order_id | identifier of the order | numeric |
The example of response:
{
"success":1,
"return":{
"15":{
"pair":"btc_usd",
"type":"sell",
"start_volume":13.345,
"volume":12.345,
"rate":485,
"timestamp_created":1342448420,
"status":0
}
}
}
Key: Identifier of the order.
pair: The pair on which the order was created.
type: Type of order, buy / sell.
start_volume: The initial volume at the time of order creation.
volume: How much is left to buy / sell.
rate: The price of the purchase / sale.
timestamp_created: The time when the order was created.
status: 0 - active, 1 - executed order, 2 - canceled, 3 - canceled, but partially executed.