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