Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://toncenter.com/api/v2/getWalletInformation
200
Example
{ "ok": true, "result": { "@type": "ext.accounts.walletInformation", "wallet": true, "balance": "<string>", "last_transaction_id": { "@type": "internal.transactionId", "lt": "<string>", "hash": "<string>" }, "seqno": 123, "wallet_id": 123, "is_signature_allowed": true } }
Get wallet-specific information about address
Identifier of target TON account in any form
Seqno of a block
OK
true
Show child attributes
Was this page helpful?