get_events_by_transaction_id
Fetch all events emitted by a specific TRON transaction using its transaction ID. Filter to confirmed events if needed.
Instructions
Get all events emitted by a specific transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name. Defaults to mainnet. | |
| onlyConfirmed | No | Only return confirmed events. Defaults to unset (both). | |
| transactionId | Yes | The transaction ID (hash) to query events for |