curl --request GET \
--url https://api.woox.io/v3/public/insuranceFund
{
"success": true,
"timestamp": 123,
"data": {
"rows": [
{
"token": "<string>",
"balance": 123
}
]
}
}
Get the insurance fund balance by perp contract.
curl --request GET \
--url https://api.woox.io/v3/public/insuranceFund
{
"success": true,
"timestamp": 123,
"data": {
"rows": [
{
"token": "<string>",
"balance": 123
}
]
}
}
Symbol name
The response is of type object
.