Returns wallet-specific information for an account. Identifies the wallet version and extracts wallet fields like seqno and wallet_id. Supported wallets: v1r1, v1r2, v1r3, v2r1, v2r2, v3r1, v3r2, v4r1, v4r2, v5beta, v5r1. Returns error 409 if the account exists but isn’t a wallet contract.
Account address in any form.
Use method from api/v2. Not recommended
Wallet-specific details: type, seqno, wallet ID, and balance.
Wallet-specific information in the v2 API-compatible format. Extends basic account information with wallet-specific fields: detected wallet version, current sequence number (needed for constructing transactions), and subwallet ID.
Wallet balance in nanotons. 1 TON = 1,000,000,000 nanotons.
Hash of the most recent transaction on this wallet.
Logical time of the most recent transaction on this wallet.
Current wallet sequence number. Used for replay protection: each outgoing transaction must include the current seqno, which increments by 1 after each transaction. Always fetch the current value before sending a transaction.
Account lifecycle status: uninit, active, or frozen.
Subwallet ID. Allows creating multiple independent wallets from a single key pair. The default value is 698983191 (0x29a9a317).
Detected wallet contract version (e.g., wallet_v3r2, wallet_v4r2, wallet_v5r1). Determines which message format and features are supported.