Order Type details and usages

From “api/v3/exchangeInfo” I can get the ‘orderTypes’ for one specific symbol
for example: [‘LIMIT’, ‘LIMIT_MAKER’, ‘MARKET’, ‘STOP_LOSS_LIMIT’, ‘TAKE_PROFIT_LIMIT’]
But Why I can’t find any details about how to use these orderTypes in USD-M Futures API?
Change Log – Binance API Documentation (binance-docs.github.io)
Where I can find the help documents?
Thanks!

For Futures, the orderTypes are available at /fapi/v1/exchangeInfo.
Further details on them are under Parameters table within
https://binance-docs.github.io/apidocs/futures/en/#new-order-trade

1 Like