Converts a raw address to user-friendly base64 format. Raw addresses use the format workchain:hex (e.g., 0:abc...). The packed format is shorter and includes a checksum for error detection.
API key header of the form X-API-Key: <token>, where <token> is the API key. Requests without a key are limited to 1 RPS. Refer to the authentication guide for details.
The account address to query.
Account address in raw format (e.g., 0:ca6e321c...) or user-friendly format (e.g., EQDKbjIcfM...). All formats are automatically detected.
Returns the address converted to user-friendly (base64) format.
Returns true if the request succeeded; otherwise false. See the error field for details.
Response data. Present only when ok is true.
Optional request ID that can be passed in the request and received back in the response. Useful for matching async responses.