ValidateAddress
Validates address, returns either true or false.
curl --request POST \
--url https://tron.api.watchdata.io/wallet/validateaddress \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"address": "4189139CB1387AF85E3D24E212A008AC974967E561"
}
'{
"result": true,
"message": "Hex string format"
}Last updated