Modeling:
-
POST /fapi/v1/order
Create order. This is success. Order is present on market and I have his number. -
GET /fapi/v1/order
Trying to get info by number but no info in result.
Cann’t understand why is it
Modeling:
POST /fapi/v1/order
Create order. This is success. Order is present on market and I have his number.
GET /fapi/v1/order
Trying to get info by number but no info in result.
Cann’t understand why is it
I know. It’s case not every time. It’s appearing at “squeeze time” on market. Where this is small time between creating order and calling get_info method.
Response:
{"code":-2013,"msg":"Order does not exist."}
o_O is this real normal behavior of system? This is first time in my practice.
Binance must to write about this in Documentation, I think: https://binance-docs.github.io/apidocs/futures/en/#query-order-user_data
Thank you for the feedback. Will consider it