Skip to main content

Get Isolated Risk Rate

Frequency limit: 10 times/1s (UID)

Description

HTTP Request

  • GET /api/v2/margin/isolated/account/risk-rate
Request Example
curl "https://api.bitget.com/api/v2/margin/isolated/account/risk-rate?symbol=BTCUSDT" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \

Request Parameters

ParameterTypeRequiredDescription
symbolStringNoTrading pairs, like BTCUSDT
pageNumStringNoPage number, Default: 1
pageSizeStringNoSize per page, default 100, maximum 500
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1694590583906,
"data": [
{
"symbol": "BTCUSDT",
"riskRateRatio": "0"
}
]
}

Response Parameters

ParameterTypeDescription
symbolStringTrading pair
riskRateRatioStringRisk ratio (total assets/total liabilities under cross mode)

How was your Reading Experience with us?