jaggedsoft / node-binance-api

Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.
MIT License
1.57k stars 767 forks source link

support for market order based on quote order currency or amount #857

Open aquibsayyed09 opened 1 year ago

aquibsayyed09 commented 1 year ago

function can be called as below this.binance.marketBuy('BTCUSDT', 0, {type:'MARKET', quoteOrderQty: 10}, (e, d) => {})