Not all sent parameters were read; read '7' parameter(s) but was sent '8'

Hello,
Im trying to create order
https://api.binance.com/api/v3/order/test?symbol=IOTABTC&side=BUY&type=MARKET&quantity=1&timeInForce=GTC&timestamp=1618169018311&signature=29d9c402721c6b65dcf84a9d77be246ca34370a8f72a2334c320133115251cdb

I receive the following error
{
code: -1104,
msg: “Not all sent parameters were read; read ‘7’ parameter(s) but was sent ‘8’.”
}

Any ideas?

Thank you

TimeInForce is not required for the market order.

Hi,
Now I receive
“Not all sent parameters were read; read ‘6’ parameter(s) but was sent ‘7’” as error message.

https://api.binance.com/api/v3/order/test?symbol=IOTABTC&side=BUY&type=MARKET&quantity=1&timestamp=1618214056145&signature=d3cf7aaa78655d5cc37c7db980f57b8488569bd4859acb6180929983298b05a1

No idea where the 7th parameter should come from. This is the URL, no parameters in body etc. , just the X-MBX-APIKEY header…

regards

How did you send this request?

It’s the same issue with me.
How do we solve this issue?

@Wild-storm999 Maybe you can share your query string (exclude the sensitive part) here?