You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, how can I get the total value of my digital assets? I've read the documentation thoroughly but seems to be missing how to get that done. this is the code that I have:
Hi, how can I get the total value of my digital assets? I've read the documentation thoroughly but seems to be missing how to get that done. this is the code that I have:
`from python_bitvavo_api.bitvavo import Bitvavo
bitvavo =Bitvavo({
"APIKEY": "",
"APISECRET": "****",
"RESTURL": "https://api.bitvavo.com/v2",
"WSURL": "wss://ws.bitvavo.com/v2",
"ACCESSWINDOW": 10000,
"DEBUGGING": False
})
bitvavo = Bitvavo()
response = bitvavo.assets({})
print(response)
`
I just want the total value of digital assets like I see when I log into the account on the web. thanks
The text was updated successfully, but these errors were encountered: