apimir
apimir
``` print(wb.get_history_orders(status='All', count=20)) {'msg': "org.springframework.validation.BeanPropertyBindingResult: 1 errors\nField error in object 'orderPageQueryParam' on field 'startTime': rejected value [1970-0-1]; codes [typeMismatch.orderPageQueryParam.startTime,typeMismatch.startTime,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [orderPageQueryParam.startTime,startTime]; arguments []; default message [startTime]]; default message...
I can't set stop orders: ``` wb.place_order(stock='CGEN', action='SELL', orderType='STP TRAIL', quant=1, trial_value='-5', enforce='DAY') {'msg': 'GTX_NOT_SUPPORT_MARKET', 'code': '200', 'success': False} wb.place_order(stock='CGEN', action='SELL', orderType='STP', quant=1, stpPrice=format(1.9, '.2f'), enforce='DAY') {'msg': 'GTX_NOT_SUPPORT_MARKET', 'code': '200',...
Today, logging into Webull via the Python webull library started failing. The POST to the login endpoint returns HTTP 403 with a non-JSON body (or empty body), which then causes...