Skip to main content
Version: Streamsheets 3.0

BINANCE.FUTURE.LEVERAGE.SET

Premium

Set the initial leverage of specified symbol market.

Syntax

=BINANCE.FUTURE.LEVERAGE.SET(Symbol, Leverage, [ParametersJSON], [ResponseTarget])

Arguments

NameTypeDescription
SymbolStringSymbol of the digital asset, e.g. BTCUSDT. Please refer to the Binance Docs for a list of supported assets.
LeverageNumberInitial leverage. Specified value must be between 1 and 125.
ParametersJSON (optional)JSONJSON which defines additional parameters as key value pairs. See binance api for supported parameters and their values.
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write any response to.

Return

TypeDescription
JSONResponse if successful.

Examples

FormulaResultComment
=BINANCE.FUTURE.LEVERAGE.SET("BTCUSDT",21)
JSON