ValidateAddress
Parameters
Returns
Field
Type
Description
// Result
{
"result": true,
"message": "Base58check format"
}curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/wallet/validateaddress \
-X POST \
-H "Content-Type: application/json" \
-d '{
"address": "TG3XXyExBkPp9nzdajDZsozEu4BkaSJozs",
"visible": true
}'Last updated
Was this helpful?