I want my buy order to be executed instantly at the market price and the quantity should be the max buyable quantity, I shouldn't have to calculate it like myBalance/coinPrice sort of thing. I want to know if we can do that using binance API.
Thanks!
There is a special field quoteOrderQty
for MARKET
binance order types, where you can put quote currency amount.