hitbtc-com / hitbtc-api

HitBTC API
GNU Lesser General Public License v3.0
322 stars 152 forks source link

`api/2/balance` returns Trading Account balance. #229

Open devsi opened 5 years ago

devsi commented 5 years ago

I had 0 BTC in my Main Account, and 0.007 BTC in my Trading Account. Following your API guide, under Account Management GET /api/2/account/balance I am getting a response of 0.007 BTC.

There is currently no way to access the Main Account balance. There is already an endpoint for Trading Account balance here GET /api/2/trading/balance. I suspect the API is returning the wrong account.

Thanks