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>"
}
]
}
}
Get the available tokens that WOO X supports.
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>"
}
]
}
}
The response is of type object
.