Skip to main content

Get Risk Reserve

Description

Query risk reserve records.

HTTP Request

  • GET /api/v3/market/risk-reserve
  • Rate limit: 20/sec/IP
Request
curl "https://api.bitget.com/api/v3/market/risk-reserve?category=USDT-FUTURES&symbol=BTCUSDT"  \

Request Parameters

ParameterTypeRequiredComments
categoryStringYesProduct type
USDT-FUTURES USDT futures
COIN-FUTURES Coin-M futures
USDC-FUTURES USDC futures
symbolStringYesSymbol name
e.g.,BTCUSDT
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1753793743942,
"data": {
"totalBalance": "",
"coin": "USDT",
"riskReserveRecords": [
{
"type": "",
"amount": "9.8470265278770000",
"balance": "95815.6773460800020000",
"ts": "1753718400000"
},
{
"type": "",
"amount": "0.4328615782800000",
"balance": "95805.8303195521250000",
"ts": "1753632000000"
}
]
}
}

Response Parameters

ParameterTypeComments
totalBalanceStringTotal balance of the risk reserve fund (Deprecated)
coinStringSettlement coin
riskReserveRecordsStringRisk reserve records
>typeStringOperation type (Deprecated)
>amountStringFund adjustment amount
>balanceStringThe balance of the risk reserve fund
>tsStringThe timestamp that the system records the data
A Unix timestamp in milliseconds

How was your Reading Experience with us?