api_algod_get_account_info
Retrieve current account balance, assets, and authorization address from the Algorand blockchain using the algod API.
Instructions
Get current account balance, assets, and auth address from algod
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The account public key | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |