Get risk limit
GETπ Trading
Returns the currently configured risk-limit tier for the given market.
Request Parametersβ
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | String | Yes | Market symbol to query (e.g. BTC-PERP). |
Response Contentβ
| Name | Type | Description |
|---|---|---|
| symbol | String | Market symbol the risk limit applies to (e.g. BTC-PERP). |
| riskLimit | Long | Current risk-limit notional value configured for the symbol. |
| riskLimitLevel | Integer | Current risk-limit tier index configured for the symbol. |
example
GET
https://api.btse.com/futures/api/v3/trade/risk_limitResponse (default)
{
"symbol": "BTC-PERP",
"riskLimit": 3000000,
"riskLimitLevel": 1
}