Skip to main content

SetRiskLimitReq

symbolstringrequired

Market symbol to configure (e.g. BTC-PERP).

riskLimitint64

Target risk-limit notional value. Required if riskLimitLevel is not provided.

riskLimitLevelint32

Target risk-limit tier index. Required if riskLimit is not provided.

positionModestring

Position mode of the position the risk limit applies to (ONE_WAY or HEDGE). Required in hedge mode.

Possible values: [ONE_WAY, HEDGE, ISOLATED]

SetRiskLimitReq
{
"symbol": "string",
"riskLimit": 0,
"riskLimitLevel": 0,
"positionMode": "ONE_WAY"
}