Validate an address
Validates whether the given address is a valid TRON address. It can optionally check whether the address is in base58check format (visible: true) or hex format (visible: false).
Request
This endpoint expects an object.
address
The TRON address to validate.
visible
Set to true if the address is in base58check format (default for user-facing), or false if it is in hex format (starting with 0x).
Response
Validation result.
result
Whether the address is valid.
message
Description of the validation result.