Skip to main content
Version: Streamsheets 3.0

BINANCE.FUTURE.POSITION

Premium

Get current position information.

Syntax

=BINANCE.FUTURE.POSITION([Symbol], [ParametersJSON], [ResponseTarget])

Arguments

NameTypeDescription
Symbol (optional)StringSymbol of the digital asset, e.g. BTCUSDT. Please refer to the Binance Docs for a list of supported assets.
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.POSITION()
JSONRetrieves current position information.