Qluxzz / avanza

A Python library for the unofficial Avanza API
https://qluxzz.github.io/avanza/
MIT License
92 stars 41 forks source link

400 Client Error: Bad Request for url: https://www.avanza.se/_api/account-performance/overview/total-values #109

Closed AmirEghbali closed 2 months ago

AmirEghbali commented 2 months ago

Seems the method is changed from "GET" to "POST" but changing the method in the call does not work and results in the bad request message above.

Any other method to get the available buying power?

AmirEghbali commented 2 months ago

This is already fixed in the latest master. I am closing it.