Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Total value of Digital Assets #36

Open
ekow-lloyd opened this issue Jul 13, 2022 · 0 comments
Open

Total value of Digital Assets #36

ekow-lloyd opened this issue Jul 13, 2022 · 0 comments

Comments

@ekow-lloyd
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant