WalletInformation

Get Wallet Information

get

Get wallet smart contract information. The following wallets are supported: v1r1, v1r2, v1r3, v2r1, v2r2, v3r1, v3r2, v4r1, v4r2, v5beta, v5r1. In case the account is not a wallet error code 409 is returned.

Authorizations
Query parameters
addressstringRequired

Account address in any form.

use_v2booleanOptional

Use method from api/v2. Not recommended

Responses
200
OK
application/json
get
GET /api/v3/walletInformation HTTP/1.1
Host: ton-index.nownodes.io
X-Api-Key: YOUR_API_KEY
Accept: */*
{
  "balance": "text",
  "last_transaction_hash": "text",
  "last_transaction_lt": "text",
  "seqno": 1,
  "status": "text",
  "wallet_id": 1,
  "wallet_type": "text"
}