arc200_get_events
Fetch ARC-200 contract Transfer and Approval events via indexer. Filter by transaction ID, address, round, or app ID on Algorand or Voi mainnet.
Instructions
Fetch ARC-200 contract events (Transfer + Approval) via indexer (ulujs getEvents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | No | Filter by transaction id. | |
| appId | Yes | Application ID of the ARC-200 or ARC-72 contract. | |
| limit | No | Indexer page size hint. | |
| round | No | Exact round filter. | |
| address | No | Filter by log sender address (passed to indexer as sender). | |
| network | Yes | Algorand or Voi mainnet identifier. | |
| maxRound | No | Maximum round (inclusive) for indexer log scan. | |
| minRound | No | Minimum round (inclusive) for indexer log scan. |