Skip to main content
GET
/
getWalletInformation
Get wallet information
curl --request GET \
  --url https://toncenter.com/api/v2/getWalletInformation
{
  "ok": true,
  "result": {
    "wallet": true,
    "balance": "1592521995920473",
    "extra_currencies": [],
    "account_state": "active",
    "wallet_type": "v3",
    "seqno": 341,
    "last_transaction_id": {
      "lt": "60294179000005",
      "hash": "opzfb6lX3inMMTbyvp8Z/FmrrdgZ4D/NPZvDZOkjd0E="
    },
    "wallet_id": "698983191",
    "public_key": "0x..."
  }
}

Query Parameters

address
string
required

Identifier of target TON account in any form.

Response

Successful Response

ok
boolean
required
result
object

Parsed wallet info built by the API: wallet flags + wallet-specific fields if recognized.

error
string
code
integer
I