I want to use USDT amount instead of BTC quantity when ordering futures.

POST /fapi/v1/order https://binance-docs.github.io/apidocs/futures/en/#new-order-trade

I want to buy BTCUSDT for 100% of the balance in my futures wallet. How do I enter the USDT 100% value?

Thanks for your help.

Hi. Unfortunately so far this endpoint does not support quote asset specification. However, if it’s spot trading, there is a parameter quoteOrderQty provided. You can check the available quote asset (e.g. USDT) in your account and then give out the number (not percentage) when sending the request.

1 Like