Skip to main content

/getExtendedAddressInformation REST API Endpoint

Get Extended Address Information.

Updated on
Oct 23, 2024

/getExtendedAddressInformation REST API Endpoint

Query Parameters

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

Returns

ok
boolean
Indicates that the request was successful
result
object
The result object which contains the following fields:
@type
string
Specifies the type of the result, representing the full state of an account
address
object
The address object which contains the following fields:
@type
string
Specifies the account address object type
account_address
string
The address of the account on the TON blockchain
balance
string
The account's current balance in nanotons
last_transaction_id
object
The last_transaction_id object which contains the following fields:
@type
string
The type of the last transaction ID
lt
string
Logical time of the last transaction
hash
string
The hash of the last transaction
block_id
object
The block_id object which contains the following fields:
@type
string
The type of the block ID, which includes extended information
workchain
integer
The workchain ID (-1 indicates the masterchain)
shard
string
The shard ID within the workchain
seqno
integer
The sequence number of the block
root_hash
string
The root hash of the block's state
file_hash
string
The file hash of the block
sync_utime
integer
The Unix timestamp representing the last synchronization time of the account state
account_state
object
The account_state object which contains the following fields:
@type
string
Indicates the version of wallet state
wallet_id
string
The unique identifier for the wallet
seqno
integer
The sequence number of the wallet, which tracks the count of outgoing transactions
revision
integer
The revision number of the account's state, used for tracking changes to the state
@extra
string
Additional metadata used internally for tracking or processing the request
Request
1
curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/getExtendedAddressInformation?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