Skip to content

Total value of Digital Assets #36

@ekow-lloyd

Description

@ekow-lloyd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions