apimir
apimir
it's did not work `lmtPrice` doesn't exist for `place_order`: ``` >>> help(wb.place_order) Help on method place_order in module webull.webull: place_order(stock=None, tId=None, price=0, action='BUY', orderType='LMT', enforce='GTC', quant=0, outsideRegularTradingHour=True, stpPrice=None, trial_value=0, trial_type='DOLLAR')...
duplicate - https://github.com/tedchou12/webull/issues/410
Looks like all endpoints from endpoints.py doesn't work: ``` endpoints=( "https://infoapi.webull.com/api" "https://quoteapi.webullbroker.com/api" "https://quotes-gw.webullbroker.com/api" "https://act.webullbroker.com/webull-paper-center/api" "https://quoteapi.webullbroker.com/api" "https://securitiesapi.webullbroker.com/api" "https://tradeapi.webullbroker.com/api/trade" "https://userapi.webull.com/api" "https://userapi.webullbroker.com/api" "https://ustrade.webullfinance.com/api" "https://act.webullfintech.com/webull-paper-center/api" "https://quotes-gw.webullfintech.com/api" "https://u1suser.webullfintech.com/api" "https://trade.webullfintech.com/api" "https://ustrade.webullbroker.com/api" "https://securitiesapi.webullfintech.com/api" ) for url in...
yep, still 403 error: ``` 2025-09-16 11:31:40,796 - ERROR - Authentication error (attempt 3/3): The server returned an invalid response (not JSON). 2025-09-16 11:31:40,796 - ERROR - Server Response Text...
> > > If you grab your own web traffic, you can get an access token and refresh token that enables API use again > > > > > >...