stellar_soroban_get_events
Retrieve historical events from a Soroban smart contract by specifying a start ledger and optional filters like contract IDs, topics, and limit.
Instructions
Fetch historical events emitted by a Soroban smart contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startLedger | Yes | The ledger sequence number to start fetching events from | |
| contractIds | No | Array of contract IDs (C...) to filter by | |
| topics | No | Array of topic strings (e.g. 'transfer', '*') to filter by | |
| limit | No | Maximum number of events to return |