When inspecting the limited subset of pairs available on the Testnet API, they all appear to be marked with quoteOrderQtyMarketAllowed: false
which means that I am unable to test my buy order functionality in a test environment. Is there something I am missing here?
Indeed when thereâs quoteOrderQtyMarketAllowed: false
it means âQuote order qty market orders are not supported for this symbolâ.
For now, quoteOrderQty is only available in the real/prod environment.
So what would be your recommendation for testing code that uses quoteOrderQty? Am I going to have to deposit real funds and test with that?
Yesterday, before last reset, quoteOrderQty was working fineâŚ
Are you able to verify that it has stopped working for yourself, please? Just so I can make sure I am not doing something wrong.
Same here for me, 2 days ago everything went fine on testnet with quoteOrderQty. Now I got the message
"âcodeâ:-1013,âmsgâ:âQuote order qty market orders are not supported for this symbol.â
On prod it works.
Possibly related, Iâm now seeing the error âStop loss limit orders are not supported for this symbol.â on testnet. (Edit: STOP_LOSS also fails).
I can scroll back in the terminal window and see successful STOP_LOSS_LIMIT orders placed a few days ago, so I know Iâm not going crazy. Whatâs happened to the testnet?
Weâll look further into this.
Should be back to normal now, please confirm and mark this as solved if no longer issues. Thanks!
Excellent, all working well. Thank you for resolving this so quickly.
Does this mean that QuoteOrderQty is supported on testnet? Can you please confirm that? Thanks.
@chanplusplus Testnet should support quoteOrderQty orders, but if you want to confirm it yourself you can check using GET /api/v3/exchangeInfo
using the Restful API or exchangeInfo
on the wsApi on the spot Testnet. In the symbols
information there is a field called âquoteOrderQtyMarketAllowedâ, that shows if this order type is supported.
More information can be found here: binance-spot-api-docs/rest-api.md at master ¡ binance/binance-spot-api-docs ¡ GitHub
Thanks.
Yes, everything is fine now again. Thank you!
HI, now, after the latest reset on testnet , again the error:
code: -1013,
msg: âQuote order qty market orders are not supported for this symbol.â
Please could you help to resolve it ?
Tks
Can confirm. This is happening again.
For me it says that qty field is missing/malformed. According to the API, the mandatory parameters for a market order are qty OR quoteorderqty
This is happening on testnet ( did not try live )
Here is the request
newClientOrderId=S1W-9P8-3W3-210A&newOrderRespType=ACK"eOrderQty=171.3&side=BUY&symbol=XMRUSDT&type=MARKET×tamp=1710433343757&recvWindow=6000&signature=âŚ
and the reply
{âcodeâ:-1102,âmsgâ:âMandatory parameter âquantityâ was not sent, was empty/null, or malformed.â}