curl --request GET \
--url https://api.orderly.org/v1/public/insurancefund
{
"success": true,
"timestamp": 1702989203989,
"data": {
"min_insurance_fund_initial_margin_ratio": 0.3,
"min_insurance_fund_margin_ratio": 0.25,
"margin_ratio": 10,
"total_collateral_value": 10008662.996861,
"balance": 10001908.678983,
"free_collateral": 10008662.996861,
"total_account_value": 10008662.996861,
"total_pnl_24_h": 0,
"rows": [
{
"symbol": "PERP_BTC_USDC",
"timestamp": 1685262631606,
"position_qty": 0,
"cost_position": -617.672835,
"last_sum_unitary_funding": 100.56,
"settle_price": 0,
"average_open_price": 0,
"pnl_24_h": 0,
"fee_24_h": 0,
"mark_price": 27821.8
}
]
}
}
Limit: 10 requests per 1 second per IP address
GET /v1/public/insurancefund
curl --request GET \
--url https://api.orderly.org/v1/public/insurancefund
{
"success": true,
"timestamp": 1702989203989,
"data": {
"min_insurance_fund_initial_margin_ratio": 0.3,
"min_insurance_fund_margin_ratio": 0.25,
"margin_ratio": 10,
"total_collateral_value": 10008662.996861,
"balance": 10001908.678983,
"free_collateral": 10008662.996861,
"total_account_value": 10008662.996861,
"total_pnl_24_h": 0,
"rows": [
{
"symbol": "PERP_BTC_USDC",
"timestamp": 1685262631606,
"position_qty": 0,
"cost_position": -617.672835,
"last_sum_unitary_funding": 100.56,
"settle_price": 0,
"average_open_price": 0,
"pnl_24_h": 0,
"fee_24_h": 0,
"mark_price": 27821.8
}
]
}
}
OK
The response is of type object
.