Skip to main content

Get Risk Limit

Returns the current risk limit for the specified market.

Request Parameters​

NameTypeRequiredDescription
symbolStringYesMarket symbol

Response Content​

NameTypeDescription
symbolStringMarket symbol
riskLimitLongRisk limit value in notional
riskLimitLevelIntegerCurrent risk limit tier
example
GEThttps://api.btse.com/futures/api/v2.3/risk_limit

Response

{
"symbol": "BTC-PERP",
"riskLimit": 3000000,
"riskLimitLevel": 1
}