avanza icon indicating copy to clipboard operation
avanza copied to clipboard

Create transaction?

Open HermanRoberth42quack opened this issue 1 year ago • 1 comments

Hi, i have not seen any function to create a transaction from one account to another so one isk/stock account to another isk within avanza. Would this be possible to do, any pointers of where i could start if I was to write the function myself?

HermanRoberth42quack avatar Mar 16 '23 13:03 HermanRoberth42quack

Do it in browser first and then check the network tab, then:

  • Add the route to https://github.com/Qluxzz/avanza/blob/master/avanza/constants.py
    • Also add any constants, e.g. params and such
  • Add the function and corresponding code to https://github.com/Qluxzz/avanza/blob/master/avanza/avanza.py

warna720 avatar Jul 02 '23 10:07 warna720