stellar_events_watch
Watch Stellar network contract events and filter by contract IDs, topics, event type, or ledger range to monitor on-chain activity.
Instructions
Watch the network for contract events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | The maximum number of events to display (default: 10) | |
| cursor | No | The cursor corresponding to the start of the event range | |
| output | No | Output formatting options for event stream | |
| rpcUrl | No | RPC server endpoint | |
| network | No | Name of network to use from config | |
| configDir | No | Location of config directory | |
| eventType | No | Specifies which type of contract events to display | |
| rpcHeaders | No | RPC Header(s) to include in requests to the RPC provider | |
| contractIds | No | A set of (up to 5) contract IDs to filter events on | |
| startLedger | No | The first ledger sequence number in the range to pull events | |
| topicFilters | No | A set of (up to 4) topic filters to filter event topics on | |
| networkPassphrase | No | Network passphrase to sign the transaction sent to the rpc server |