Skip to main content

/getWalletInformation REST API Endpoint

Retrieve wallet information. This method parses contract state and currently supports more wallet types than getExtendedAddressInformation - simple wallet, standart wallet, v3 wallet, v4 wallet.

Updated on
Oct 23, 2024

/getWalletInformation 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:
wallet
boolean
A boolean indicating whether the account is a wallet
balance
string
The balance of the account, represented as a string in nanotons
account_state
string
The current state of the account
last_transaction_id
object
The last_transaction_id object which contains the following fields:
@type
string
Specifies the type of transaction
lt
string
Logical time of the last transaction
hash
string
The hash of the last transaction
Request
1
curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/getWalletInformation?address=EQCg1gU0NGQ0fZTAf8v7H6tPkY0P7l17U09lKDU8NfRB8Dyq' \
2
--header 'accept: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free