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

Limit: 10 requests per 1 second per IP address

Response

200 - application/json

The response is of type object.