get https://ton-mainnet.core.chainstack.com/f2a2411bce1e54a2658f2710cd7969c3/api/v3/wallet
Retrieves information about a specific wallet on the TON blockchain
Get Wallet Information
The wallet
endpoint retrieves detailed information about a specific wallet on the TON blockchain. This endpoint allows you to fetch the current state, balance, and other relevant details of a wallet.
Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.
You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
address
(string, required) — The address of the wallet to retrieve information for.
Response
wallet
(boolean) — Indicates if the address is a wallet.balance
(string) — The balance of the wallet in nanotons.account_state
(string) — The state of the account (e.g., active, uninitialized).wallet_type
(string) — The type of the wallet contract.seqno
(integer) — The current sequence number of the wallet.last_transaction_lt
(string) — The logical time of the last transaction.last_transaction_hash
(string) — The hash of the last transaction.
Use case
The wallet
endpoint is useful for various applications that need to retrieve or verify wallet information on the TON blockchain:
- Wallet applications can use this to display wallet balances and status to users.
- Decentralized applications (dApps) can verify wallet existence and status before interacting with them.
- Block explorers can use this to show detailed wallet information to users.
- Analytics platforms can track wallet balances and activities over time.
- Developers can use this endpoint to build wallet monitoring or notification systems.
- Exchange platforms can use this to verify user wallets and balances.
- Smart contract interfaces can use this to check if a wallet is active and has sufficient balance before allowing interactions.
Try the wallet
RPC method yourself
wallet
RPC method yourself