binance-api-node
binance-api-node copied to clipboard
support for quoteOrderQty in order LIMIT
There is not support for quoteOrderQty in order LIMIT.
i want to do something like this: await client.order({ symbol: 'BNBUSDT', side: 'BUY', type: 'LIMIT', quoteOrderQty: 20, price: 400 })