Specify Leverage when submitting new order via Futures API

Hello fellow devs,

Based on this docs: Binance API Documentation, there’s no leverage parameter.

Can leverage parameter be explicitly specified when submitting new futures order or is it implied in the quantity parameter? Just want to make sure.

Many thanks in advance!

https://binance-docs.github.io/apidocs/futures/en/#change-initial-leverage-trade

You should set the leverage before placing an order.

github.com/jaggedsoft/node-binance-api has a function that adjusts leverage.