mx-query-account
Retrieve balance, nonce, transactions, and guardian status for any MultiversX account on mainnet, testnet, or devnet. Specify the address and optional network.
Instructions
Query MultiversX account information including balance, nonce, transactions, and guardian status for any network (mainnet, testnet, devnet)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The MultiversX account address to query (erd... format) | |
| network | No | The MultiversX network to query (default: MAINNET) | MAINNET |
| timestamp | No | Retrieve account state from a specific timestamp | |
| withAssets | No | Include assets (tokens/NFTs) in the response | |
| withTxCount | No | Include transaction count in the response | |
| withScrCount | No | Include smart contract results count in the response | |
| withTimestamp | No | Include timestamp of last activity in the response | |
| withGuardianInfo | No | Include guardian information in the response |