Convert an address from raw to human-readable format.
/packAddress
Identifier of target TON account in raw form.
0:83DFD552E63729B472FCBCC8C45EBCC6691702558B68EC7527E1BA403A0F31A8
Successful Response
Validation Error
Lite Server Timeout
curl -L \ --url 'https://ton.nownodes.io/packAddress?address=text' \ --header 'X-API-Key: APIKeyHeader <apiKey>'
{ "ok": true, "result": "text", "error": "text", "code": 1 }