Creating new market order gives msg -2013

Hi there,

Everything works with other signed functions but my place_order function keeps getting a HTTP Error 400 and reply {“code”:-2013,“msg”:“Order does not exist.”}.

I have checked https://dev.binance.vision/t/faq-error-message-order-does-not-exist/46 but this is not relevant for my case, my order simply doesn’t get created.

MY POSTDATA=
https://fapi.binance.com/fapi/v1/order?symbol=1INCHUSDT&side=SELL&type=STOP_MARKET&stopPrice=4.80&quantity=1.0&timestamp=1612293896000&signature=d1869717e3723b3a6fe89618f9e82423571cdf6eae3e493fe168ff9c8842fe07

THE REPLY : HTTP ERROR 400
{“code”:-2013,“msg”:“Order does not exist.”}

Any ideas ? (the API key is in the HTTP REQUEST header and works fine with other user signed functions)

Did you send the request by GET method?

yes, this is via GET method, I’m using the same function as for other signed commands which work fine.

Dino, we can close this one, I used webhook.site to see how my request came in and the issue is on my end I think, sorry for bothering

no problem, it should be POST to submit order.