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

Can't not use quoteOrderQty for margin buy with type = MARKET #859

Open wartertall opened 1 year ago

wartertall commented 1 year ago

I can use quoteOrderQty for SPOT but can't use it with margin with type = MARKET. Or did I get an error while writing the code? Is there a way to use quoteOrderQty for margin with type=MARKET? Thank.