sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
349 stars 147 forks source link

get_total_balance API is deprecated? How to implement equivalent in latest version #84

Open udaya2899 opened 3 years ago

udaya2899 commented 3 years ago

I have a test account where some assets are staked in Pool-X, while some assets are available in the Trading account. I am in need of a get_total_balance("INR") equivalent which I think is deprecated now?

If yes, how to implement an equivalent in the latest version of the library?

hdsouza commented 3 years ago

Hey, Where you able to get the script to work correctly to get the balance? I am having the same issue