tedchou12 / webull

Unofficial APIs for Webull.
MIT License
597 stars 181 forks source link

Does token method (dev console) still work for newer accounts? #317

Open pavitrakumar78 opened 2 years ago

pavitrakumar78 commented 2 years ago

Hi,

I just opened an webull account (not yet completed trading account procedure) to test the API out at least for authentication purpose, but I'm not able to see the "account" message in the network section.

There are a few similar messages, but the content is very different and does not contain any token information. Has webull removed this info?

This is what I see now: {'extInfo': {'desensitizedPhone': 'xxxx, 'phone': 'xxxx', 'accountType': '1', 'desensitizedEmail': xxx@xxx.com', 'equipmentCheck': 'send', 'email': 'xxx', 'account': 'xxx'}, 'firstTimeOfThird': False}

tedchou12 commented 1 year ago

can you try searching accessToken? I think it should work.

pavitrakumar78 commented 1 year ago

Hi,

I'm able to see only accessToken now on the https://www.webull.com/center page. There is no availability of a refresh token or expiry time. Is this expected or have there been more changes?