BINANCE.FUTURE.POSITION
Premium
Get current position information.
Syntax
=BINANCE.FUTURE.POSITION([Symbol], [ParametersJSON], [ResponseTarget])
Arguments
Name | Type | Description |
---|---|---|
Symbol (optional) | String | Symbol of the digital asset, e.g. BTCUSDT. Please refer to the Binance Docs for a list of supported assets. |
ParametersJSON (optional) | JSON | JSON which defines additional parameters as key value pairs. See binance api for supported parameters and their values. |
ResponseTarget (optional) | Target | Specify inbox, outbox, cell or cell-range to write any response to. |
Return
Type | Description |
---|---|
JSON | Response if successful. |
Examples
Formula | Result | Comment |
---|---|---|
| JSON | Retrieves current position information. |