getAddressState - Ton
getAddressState. Generates a new TON blockchain address based on the provided public key.
getAddressState - ton [Value: 100CU]
Get state of a given address.
Use cases
- Retrieve basic information about a TON address
- Verify the existence and validity of a TON address
- Fetch essential address details for verification
Constraints
- Requires a valid TON address as input
- Only provides information for existing addresses
Unlock Access to 50+ chains
Boost your app's speed and reliability with dRPC - get your access API key
Language
Request
Examples
curl --request GET \
--url https://ton.drpc.org/rest/getAddressState?address=0:1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef \
--header 'accept: application/json'
Response
200
{
"ok": true,
"result": "uninitialized"
}
Request params
string
addressstring
Identifier of the target TON account in any form.
Response
200
Response params
object
okboolean
Indicates if the request was successful.
resultstring
The state of the account, indicating it is uninitialized.