Skip to main content
GET
/
api
/
v2
/
getWalletInformation
Get Wallet Information
curl --request GET \
  --url https://toncenter.com/api/v2/getWalletInformation
{
  "ok": true,
  "result": {
    "@type": "ext.accounts.walletInformation",
    "wallet": true,
    "balance": "<string>",
    "last_transaction_id": {
      "@type": "internal.transactionId",
      "lt": "<string>",
      "hash": "<string>"
    },
    "seqno": 123,
    "wallet_id": 123,
    "is_signature_allowed": true
  }
}

Query Parameters

address
string
required

Identifier of target TON account in any form

seqno
integer<int32>

Seqno of a block

Response

OK

ok
boolean
required
Example:

true

result
WalletInformation · object
required