When placing an order, I would like to place an order with usdt.

hello.
When placing an order, I would like to place an order with usdt.

api : /fapi/v1/order
quantity

I want to order quantity in usdt.
I would like to know how to calculate.

For example
100USDT = 0.003BTCUSDT
100USDT = 1536DOGEUSDT

Example -

Balance : 100 (account leverage)
BTC Price : 28,000 (fetch current price)

Formula (quantity) : 100 ÷ 28000 (adjust precision)

1 Like

:slight_smile:
thank you