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.58k stars 768 forks source link

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

Open aquibsayyed09 opened 2 years ago

aquibsayyed09 commented 2 years ago

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