Closed hadenponish1 closed 1 year ago
resolved. Another issue due to changing access_token, my variable was using an outdated one. For those that may encounter this issue you can use steps below to adjust.
##if there's an rzone key error or some issue logging in it's likely due to an updated access_token or did. To correct:
##1. open incognito browser, log-in to the webull account with network tab open
##2. open the v2 request and find the data needed, access token will be in one of the json requests, look in the headers.
##3. swap out the access_token in the .env file
after doing this, I was able to successfully log-in and retrieve all orders as expected.
New issue logging into retrieve orders. Code is below, previously was able to pull no problem