Skip to main content
GET
/
api
/
v3
/
walletInformation
Get Wallet Information
curl --request GET \
  --url https://toncenter.com/api/v3/walletInformation
{
  "balance": "<string>",
  "last_transaction_hash": "<string>",
  "last_transaction_lt": "<string>",
  "seqno": 123,
  "status": "<string>",
  "wallet_id": 123,
  "wallet_type": "<string>"
}

Query Parameters

address
string
required

Account address in any form.

use_v2
boolean
default:true

Use method from api/v2. Not recommended

Response

OK

balance
string
last_transaction_hash
string
last_transaction_lt
string
seqno
integer
status
string
wallet_id
integer
wallet_type
string
I