The unpackAddress
method converts a user-friendly TON address to its raw format. This method is useful for converting human-readable addresses into the format required for certain low-level operations or for consistency in data storage.
Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.
You can sign up with your GitHub, X, Google, or Microsoft account.
TON pricing is the same for full, archive, v2, v3
There’s no difference between a full node an archive node in data availability or pricing.
All data is always available and all node requests are consumed as 1 request unit.
address
(string, required) — The user-friendly address to unpack. Example: EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2
.address
(string) — The unpacked address in raw format. This format typically includes the workchain ID and the raw address without any encoding or checksum.A possible use case for the unpackAddress
method in TON is for developers building applications that need to interact with the TON blockchain at a lower level. This method can be used to:
The user-friendly address to unpack
The unpacked (raw) address
The response is of type object
.
The unpackAddress
method converts a user-friendly TON address to its raw format. This method is useful for converting human-readable addresses into the format required for certain low-level operations or for consistency in data storage.
Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.
You can sign up with your GitHub, X, Google, or Microsoft account.
TON pricing is the same for full, archive, v2, v3
There’s no difference between a full node an archive node in data availability or pricing.
All data is always available and all node requests are consumed as 1 request unit.
address
(string, required) — The user-friendly address to unpack. Example: EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2
.address
(string) — The unpacked address in raw format. This format typically includes the workchain ID and the raw address without any encoding or checksum.A possible use case for the unpackAddress
method in TON is for developers building applications that need to interact with the TON blockchain at a lower level. This method can be used to:
The user-friendly address to unpack
The unpacked (raw) address
The response is of type object
.