The getAddressState
method retrieves the current state of a specific address on the TON blockchain. This method provides a quick way to check whether an address is active, uninitialized, or frozen.
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 address for which to retrieve the state. Example: EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2
.state
(string) — The current state of the address. Possible values are:
active
: The address is active and can participate in transactions.uninitialized
: The address has not been initialized yet (no outgoing transactions).frozen
: The address is frozen and cannot participate in transactions.A possible use case for the getAddressState
method in TON is for wallet applications, blockchain explorers, or smart contract interactions. This method can be used to:
The address to get the state for
The current state of the specified address
The response is of type object
.
The getAddressState
method retrieves the current state of a specific address on the TON blockchain. This method provides a quick way to check whether an address is active, uninitialized, or frozen.
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 address for which to retrieve the state. Example: EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2
.state
(string) — The current state of the address. Possible values are:
active
: The address is active and can participate in transactions.uninitialized
: The address has not been initialized yet (no outgoing transactions).frozen
: The address is frozen and cannot participate in transactions.A possible use case for the getAddressState
method in TON is for wallet applications, blockchain explorers, or smart contract interactions. This method can be used to:
The address to get the state for
The current state of the specified address
The response is of type object
.