fhqvst / avanza

A JavaScript client for the unofficial Avanza API
MIT License
229 stars 59 forks source link

Subscribe on positions doesn't work #69

Closed easa closed 1 year ago

easa commented 2 years ago

@fhqvst Hi there,
This subscribe function doesn't work on the positions channel, I tried parameters such as:

  1. <stockid>_<accountid1>,<accountid2>
  2. _<accountid1>,<accountid2>
  3. <stockid>_<accountid1>
  4. <accountid1>
  5. <stockid> And yet doesn't get anything. so I'm interested, how can I access the protocols and some deeper documentation of the Avanza API? Also, do I do anything wrong here? or it is a real issue? thank you in advance.

Originally posted by @easa in https://github.com/fhqvst/avanza/issues/7#issuecomment-916691754