Skip to main content
GET
/
getAddressInformation
Get Address Information
curl --request GET \
  --url https://toncenter.com/api/v2/getAddressInformation
{
  "ok": true,
  "result": {
    "@type": "raw.fullAccountState",
    "balance": "1592521995920473",
    "extra_currencies": [],
    "code": "te6cckEBAQEAcQAA3v8AIN0gggFMl7ohggEznLqxn3Gw7UTQ0x/THzHXC//jBOCk8mCDCNcYINMf0x/TH/gjE7vyY+1E0NMf0x/T/9FRMrryoVFEuvKiBPkBVBBV+RDyo/gAkyDXSpbTB9QC+wDo0QGkyMsfyx/L/8ntVBC9ba0=",
    "data": "te6cckEBAQEAKgAAUAAAAVUpqaMXcsnta2Km4uuhSpO5BGLno2d3e+uKOPsVufM4RNIs4v+Z1A2U",
    "last_transaction_id": {
      "@type": "internal.transactionId",
      "lt": "60294179000005",
      "hash": "opzfb6lX3inMMTbyvp8Z/FmrrdgZ4D/NPZvDZOkjd0E="
    },
    "block_id": {
      "@type": "ton.blockIdExt",
      "workchain": -1,
      "shard": "-9223372036854775808",
      "seqno": 50940162,
      "root_hash": "S3S4Otb/vX2ZZDsOAB2a3Deqf3+K3aerm7qodto/nt8=",
      "file_hash": "h/bCahzQzEMzwRwnDBpzmN1m1/wjyA0BUy/HTtBbirs="
    },
    "frozen_hash": "",
    "sync_utime": 1755281542,
    "@extra": "1755281559.4317498:12:0.19337888420712945",
    "state": "active"
  }
}

Query Parameters

address
string
required

Identifier of target TON account in any form.

Response

Successful Response

ok
boolean
required
result
object

Raw account state augmented with computed state. Fields come directly from tonlib.

error
string
code
integer
I