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": "<string>",
    "extra_currencies": [
      {}
    ],
    "account_state": "uninitialized",
    "wallet_type": "<string>",
    "seqno": 123,
    "last_transaction_id": {
      "lt": "<string>",
      "hash": "<string>",
      "@type": "internal.transactionId"
    },
    "wallet_id": "<string>",
    "public_key": "<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

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

error
string
code
integer