veox / python3-krakenex

REST Exchange API for Kraken.com, Python 3
GNU Lesser General Public License v3.0
713 stars 236 forks source link

How to get available balance information? #128

Open mburiankova opened 3 years ago

mburiankova commented 3 years ago

Versions

OS:       
Python:   
krakenex: 

What are you trying to achieve?

Hi!

The balance endpoint only gives info on asset pair and volume and doesn't give info on current price and value (all the info you can get on the kraken welcome page...)

Is there an endpoint which can give all the following information somultaneously?

# code sample

What do you expect to happen?

Is there an endpoint which can give all the following information somultaneously?

What happens instead?

# error message
veox commented 3 years ago

No, not to my knowledge.

(all the info you can get on the kraken welcome page...)

Getting this requires:


See examples/print-available-balances.py for a primitive example.