latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-20125174417.3 KB

e8fca3e578c7

Insurance

Get insurance fund account information

Get insurance fund account's information

get/insurance

Response

OK

accountstring

Starknet address of the Insurance fund

account_valuestring

Total account value of insurance fund

settlement_assetstring

Settlement Asset for the account

updated_atinteger

Account last updated time

Example response

{
  "account": "0x495d2eb5236a12b8b4ad7d3849ce6a203ce21c43f473c248dfd5ce70d9454fa",
  "account_value": "136285.069",
  "settlement_asset": "USDC",
  "updated_at": 1681471234972
}