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/getAddressInformation
200
Example
{ "ok": true, "result": { "@type": "raw.fullAccountState", "balance": "<string>", "extra_currencies": [ { "@type": "extraCurrency", "id": 123, "amount": "<string>" } ], "last_transaction_id": { "@type": "internal.transactionId", "lt": "<string>", "hash": "<string>" }, "block_id": { "@type": "ton.blockIdExt", "workchain": 123, "shard": "<string>", "seqno": 123, "root_hash": "<string>", "file_hash": "<string>" }, "code": "<string>", "data": "<string>", "frozen_hash": "<string>", "sync_utime": 123, "suspended": true } }
Get basic information about address
Identifier of target TON account in any form
Seqno of a block
OK
true
Show child attributes
Was this page helpful?