Skip to main content
GET
/
getExtendedAddressInformation
Get detailed account state (extended)
curl --request GET \
  --url https://toncenter.com/api/v2/getExtendedAddressInformation
{
  "ok": true,
  "result": {
    "balance": "<string>",
    "last_transaction_id": {
      "lt": "<string>",
      "hash": "<string>",
      "@type": "internal.transactionId"
    },
    "@type": "fullAccountState",
    "address": {
      "account_address": "<string>",
      "@type": "accountAddress"
    },
    "extra_currencies": [
      {}
    ],
    "block_id": {
      "workchain": 123,
      "shard": "<string>",
      "seqno": 123,
      "root_hash": "<string>",
      "file_hash": "<string>",
      "@type": "ton.blockIdExt"
    },
    "sync_utime": 123,
    "account_state": {
      "@type": "wallet.v3.accountState",
      "wallet_id": "<string>",
      "seqno": 123
    },
    "revision": 123,
    "@extra": "<string>"
  },
  "error": "<string>",
  "code": 123
}

Query Parameters

address
string
required

Identifier of target TON account in any form.

Response

Successful Response

ok
boolean
required
result
Result · object

Generic account state decoded by tonlib; contract-specific account_state may contain typed fields (e.g., wallet.v3.accountState).

error
string
code
integer