Trade API
Description AuthenticationMethods
get-info trade active-orders order-info cancel-order trade-history transaction-history create-coupon redeem-couponReturns information about current balance of a user, the number of open orders and the time of the server.
To use this method, you need the privilege of the key info.
Parameters:
Нет.
The example of response:
{
"success": 1,
"return": {
"funds": {
"btc": 13.998,
"usd": 125,
"rur": 0,
...
},
"open_orders": 2,
"server_time": 1487768416
}
}
funds: Account balance available for use. Does not include money on your open orders.
open_orders: The number of your open orders.
server_time: The time of server.