Returns the current on-chain state for one or more accounts. Includes balance, contract code and data hashes, account status, and last transaction reference. Use include_boc to control whether full code and data BOCs are returned.
List of addresses in any form. Maximum 1000 addresses allowed.
Include code and data BOCs. Default: true
Current state for each requested account.
Response wrapper for account state queries. Contains the requested account states along with an address book (for converting raw addresses to user-friendly form) and metadata (for token information).
Array of full account state objects, one per requested address.
Address book mapping raw addresses to user-friendly base64url forms and detected interfaces for all addresses referenced in the response.
Token and indexing metadata for all addresses referenced in the response. Includes token name, symbol, and image for recognized Jetton and NFT contracts.