Skip to main content

Market Risk Limits

Retrieve symbol risk limit information for each tier of the risk limit for futures markets.

Request Parameters​

NameTypeRequiredDescription
symbolStringNoFutures symbol. Omit to return all symbols

Response Content​

Successful response

example
GEThttps://api.btse.com/public-api/market/v1/riskLimits

Response

{
"success": true,
"code": 1,
"msg": "Success",
"time": 1624989977940,
"data": {
"symbol": "BTC-PERP-USDT",
"riskLimits": [
{
"level": 1,
"value": 3000000
},
{
"level": 2,
"value": 6000000
},
{
"level": 3,
"value": 12000000
}
]
}
}