Skip to main content

Get risk limit

Returns the currently configured risk-limit tier for the given market.

Request Parameters​

NameTypeRequiredDescription
symbolStringYesMarket symbol to query (e.g. BTC-PERP).

Response Content​

NameTypeDescription
symbolStringMarket symbol the risk limit applies to (e.g. BTC-PERP).
riskLimitLongCurrent risk-limit notional value configured for the symbol.
riskLimitLevelIntegerCurrent risk-limit tier index configured for the symbol.
example
GEThttps://api.btse.com/futures/api/v3/trade/risk_limit

Response (default)

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