v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-2856132182.6 KB
Market

Get Insurance Pool History

Get archived insurance pool snapshots for one symbol or all pools.

get/api/v1/market/insurance-pool/history

Query parameters

symbolstring
Example:BTCUSDC
start_timestring date-time nullable
end_timestring date-time nullable
limitinteger nullable

Response

Insurance pool history

Example response

{
  "list": [
    {
      "inventory": [
        {
          "symbol": "BTCUSDC"
        }
      ],
      "updated_time": "1672531200000"
    }
  ]
}