Skip to main content

Get Leverage

Returns the current leverage setting for the specified market.

Request Parameters​

NameTypeRequiredDescription
symbolStringYesMarket symbol

Response Content​

NameTypeDescription
symbolStringMarket symbol
leverageDoubleCurrent leverage (0 = cross max leverage)
marginModeStringCurrent margin mode: CROSS Β· ISOLATED
positionDirectionStringPosition direction: LONG Β· SHORT Β· null (in one-way mode)
example
GEThttps://api.btse.com/futures/api/v2.3/leverage

Response

[
{
"symbol": "BTC-PERP",
"leverage": 100,
"marginMode": "CROSS",
"positionDirection": null
}
]