Websocket API
Description AuthenticationMethods
trade cancelOrder orderInfo getFunds subscribeOrderbook unsubscribeOrderbookReturns the balances of the wallets.
The example of query:
{
"method": "getFunds"
}
The example of response:
{
"success":1,
"result":{
"btc":5.5,
"usd":1000,
...
}
}