Skip to main content

/getAddressState REST API Endpoint

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

Updated on
Oct 23, 2024

/getAddressState REST API Endpoint

Query Parameters

address
string
REQUIRED
An identifier of target TON account in any form

Returns

ok
boolean
Indicates whether the response was successful
result
string
The state of the address. State can be either unitialized, active or frozen
Request
1
curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/getAddressState?address=UQDNwlhcbPbRZmCn1Eew99yxC1TqUpU2jBv0ba8oI1oan3WC' \
2
--header 'accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free