Share your GetBlock experience with other devs and get 5M RPCs

banner image

Last updated on January 1, 1970

1 min read

Method /packAddress Ton (TON)
connect with JSON-RPC protocol

/packAddress

info-circle-fill

Convert an address from raw to human-readable format.

Parameters

address - query

required, string

Identifier of target TON account in any form.

Request

curl --location --request GET 'https://ton.getblock.io/mainnet/packAddress?address=0:d76767392e7035d84ba6f83960b9399f62430ebcd7850a1e2b043d2d826c2370' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json'

Response

{
    "ok": true,
    "result": "EQDXZ2c5LnA12Eum+DlguTmfYkMOvNeFCh4rBD0tgmwjcFI+"
}
banner icon

Start Building with GetBlock RPCs for Free