GET
/
v3
/
public
/
insuranceFund
curl --request GET \
  --url https://api.woox.io/v3/public/insuranceFund
{
  "success": true,
  "timestamp": 123,
  "data": {
    "rows": [
      {
        "token": "<string>",
        "balance": 123
      }
    ]
  }
}

Limit: 10 requests per 1 second per IP address

Query Parameters

symbol
string
required

Symbol name

Response

200 - application/json

The response is of type object.