api_indexer_lookup_account_by_id
Retrieve account details from the Algorand blockchain indexer by providing an account address and network selection.
Instructions
Get account information from indexer
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Account address | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |