Validates an address and returns it in all standard formats. Use this to convert between address formats or to validate user input. Returns raw format (0:abc…), base64 bounceable (EQ…), base64 non-bounceable (UQ…), and URL-safe variants.
Request containing a single address parameter.
The account address in user-friendly format.
OK
Response containing all address format variants.
Indicates if the request succeeded. If false, check the error field for details.
The response data. Only present when ok is true.
Optional request ID that you can pass in the request and receive back in the response. Useful for matching async responses.