api_indexer_lookup_account_transactions
Retrieve transaction history for an Algorand account with filters for time, round, type, and asset to analyze blockchain activity.
Instructions
Get account transaction history
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Account address | |
| limit | No | Maximum number of transactions to return | |
| beforeTime | No | Only return transactions before this time | |
| afterTime | No | Only return transactions after this time | |
| minRound | No | Only return transactions after this round | |
| maxRound | No | Only return transactions before this round | |
| txType | No | Filter by transaction type | |
| assetId | No | Filter by asset ID | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |