Get Leverage
GETπ Trading
Returns the current leverage setting for the specified market.
Request Parametersβ
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | String | Yes | Market symbol |
Response Contentβ
| Name | Type | Description |
|---|---|---|
| symbol | String | Market symbol |
| leverage | Double | Current leverage (0 = cross max leverage) |
| marginMode | String | Current margin mode: CROSS Β· ISOLATED |
| positionDirection | String | Position direction: LONG Β· SHORT Β· null (in one-way mode) |
example
GET
https://api.btse.com/futures/api/v2.3/leverageResponse
[
{
"symbol": "BTC-PERP",
"leverage": 100,
"marginMode": "CROSS",
"positionDirection": null
}
]