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"
}
]
}