kmadac / bitstamp-python-client

Python package to communicate with bitstamp.net
MIT License
143 stars 70 forks source link

why balance gives back a noneType? #43

Closed GiusyColarusso closed 5 years ago

GiusyColarusso commented 5 years ago

I need to have the balance in FloatType (to make algebric operations) but I can not convert it with float() function because it is NoneType... how can I do?