Hello Binance Support,
I am currently integrating the Binance Futures API into my trading application and need some clarity on the status
field values and possible HTTP response values for New Order and Modify Order (TRADE) requests.
- New Order (TRADE) Request:
- What are all the possible values for the
status
field when HTTP response = 200 OK?
IsNEW
the only possible value? - What are the other possible HTTP response values and their meanings?
- Modify Order (TRADE) Request:
- Similarly, what are the possible
status
values when HTTP response = 200 OK?
I have seenNEW
,PARTIAL_FILLED
andCANCELED
, are there any other cases? - What are the other HTTP response values and their meanings?
I have scoured the official documentation but couldn’t find specific sections detailing these values. Any insight from the community or the Binance team would be greatly appreciated.
Thank you for your time and assistance!