binance-rs icon indicating copy to clipboard operation
binance-rs copied to clipboard

receiving error code -2010 on market_buy_using_quote_quantity, it should not happen

Open AntonioRossi opened this issue 1 year ago • 0 comments

On the binance api documentation website: https://binance-docs.github.io/apidocs/spot/en/#change-log

Quote Order Qty MARKET orders will not break LOT_SIZE filter rules; the order will execute a quantity that will have the notional value as close as possible to quoteOrderQty

Placing an order with a certain amount of BTC using the function 'market_buy_using_quote_quantity' for the symbol BNBBTC the aforementioned error code -2010 does instead happen.

What am I missing?

AntonioRossi avatar Jul 19 '22 14:07 AntonioRossi