GF72
February 2, 2021, 7:34pm
1
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×tamp=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)
dino
February 3, 2021, 4:22am
2
Did you send the request by GET
method?
GF72
February 3, 2021, 6:44am
3
yes, this is via GET method, I’m using the same function as for other signed commands which work fine.
GF72
February 3, 2021, 11:05am
4
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
dino
February 4, 2021, 1:28am
6
no problem, it should be POST to submit order.