Big delay in DB Binance after creating Order and Get Info

Modeling:

  1. POST /fapi/v1/order
    Create order. This is success. Order is present on market and I have his number.

  2. GET /fapi/v1/order
    Trying to get info by number but no info in result.

Cann’t understand why is it
:frowning:


“symbol” is a mandatory parameter when using GET on this endpoint.

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."}

Please refer to this - FAQ: Error message "Order does not exist"

1 Like

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