Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 } ] } }
Get the available networks for each token as well as the deposit/withdrawal information.
true
timestamp
Show child attributes