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

banner image

Last updated on January 1, 1970

1 min read

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

/getAddressState

info-circle-fill

Get state of a given address. State can be either unitialized, active orfrozen.

Parameters

address - query

required, string

Identifier of target TON account in any form.

Request

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

Response

{
    "ok": true,
    "result": "active"
}
banner icon

Start Building with GetBlock RPCs for Free