Get wallet smart contract information. The following wallets are supported: v1r1, v1r2, v1r3, v2r1, v2r2, v3r1, v3r2, v4r1, v4r2. In case the account is not a wallet error code 409 is returned.
v1r1
v1r2
v1r3
v2r1
v2r2
v3r1
v3r2
v4r1
v4r2
Successful Response
const response = await fetch('https://ton-index.nownodes.io/wallet?address=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "balance": "text", "wallet_type": "text", "seqno": 0, "wallet_id": 0, "last_transaction_lt": "text", "last_transaction_hash": "text", "status": "uninit" }