I’m trying to do a MARKET SELL Order with following parameters:
bRest.testOrder({
symbol: BNBUSDT,
side: SELL,
type: ‘MARKET’,
quantity: 0.00007000
})
Filter are:
{ filterType: ‘LOT_SIZE’,
minQty: ‘0.00001000’,
maxQty: ‘900000.00000000’,
stepSize: ‘0.00001000’ }
And I get Filter failure: LOT_SIZE. (on testNet and ProductionNet)
Someone can tell me what’s going on?
Someone has code to pass all filters on MARKET ORDER, please?
Thank you very much!!!