Hi
I have created a buy market order for BTCEUR 0.0002 and that worked.
I then get the latest price for the symbol.
I then wanted to create a limit order, I pass in the same quantity and a price
but then I get this error:
I do a post like this:
https://testnet.binance.vision/api/v3/order?timeInForce=GTC&quantity=0.0002&price=53525.979&symbol=BTCEUR&side=SELL&type=LIMIT×tamp=1726236848987&signature=xxxxd`
resulted in a 400 Bad Request
response:
{“code”:-1013,“msg”:“Filter failure: PRICE_FILTER”}
What do I miss ?