Market
Get Insurance Pool
Get the latest insurance pool snapshot for one symbol or all pools.
get/api/v1/market/insurance-pool
Query parameters
symbolstring
Example:BTCUSDC
Response
Insurance pool snapshots
Example response
{
"list": [
{
"inventory": [
{
"symbol": "BTCUSDC"
}
],
"updated_time": "1672531200000"
}
]
}