bitvavo / python-bitvavo-api

Python wrapper for the Bitvavo API
https://pypi.org/project/python-bitvavo-api/
ISC License
38 stars 25 forks source link

balance does not return all traded coins #27

Open j-wilhelm opened 3 years ago

j-wilhelm commented 3 years ago

Issue: Calling bitvavo.balance({}) should return the balance of all market assets. However, it fails to return some coins. For example, GNO and DAI are not returned. Calling these specifically (bitvavo.balance({"symbol": "GNO"}) returns an empty list.

Preferred solution: No clue why this is happening as it something on Bitvavo's end. But a fix or explanation of how to get information on these assets would be welcome.

NostraDavid commented 2 years ago

I assume you have bought some DAI/GNO? (covering assumptions here)

Also, is 'message' empty when you grab the asset?

response = bitvavo.assets({"symbol": "GNO"})
print(response)