Skip to main content

Get Insurance Fund Balance

HTTP Request

  • GET /api/v1/contract/risk_reverse/{symbol}

Request Parameters

ParameterTypeRequiredDescription
symbolstringtrueContract symbol

Response Parameters

ParameterTypeDescription
symbolstringContract
currencystringSettlement coin
availabledecimalBalance
timestamplongSystem timestamp

Response

{
"success": true,
"code": 0,
"data": [
{
"symbol": "BTC_USDT",
"currency": "USDT",
"available": 97284530.448634083318792525314410007362,
"timestamp": 1761883124789
}
]
}