tedchou12 / webull

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

Placing order issue #427

Open MHassanNajafi opened 7 months ago

MHassanNajafi commented 7 months ago

Hi,

Anyone else has issue with placing orders using "place_order" function today? It gives me "invalid param" error

cjszk commented 7 months ago

Same, but the orders still went through despite the error message.

{'msg': 'Invalid param.', 'code': '200', 'success': False}

Code is 200... but success is "False" ... yet the order goes through.

MHassanNajafi commented 7 months ago

Same for me! The order goes through but success is "False". Any idea what new change in the platform is causing this? Maybe the problem is just a parameter we are sending but the platform does not understand anymore.

cjszk commented 6 months ago

Seems the problem has gone away on its own. Must've been unintended behavior on Webull's side.