GET
/
v3
/
public
/
tokenNetwork
curl --request GET \
  --url https://api.woox.io/v3/public/tokenNetwork
{
  "success": true,
  "timestamp": 123,
  "data": {
    "rows": [
      {
        "protocol": "<string>",
        "network": "<string>",
        "token": "<string>",
        "name": "<string>",
        "minimumWithdrawal": 123,
        "withdrawalFee": 123,
        "allowDeposit": 123,
        "allowWithdraw": 123
      }
    ]
  }
}

Limit: 10 requests per 1 second per IP address

Response

200 - application/json

The response is of type object.