List event logs emitted during a specific transaction
transactions
List event logs emitted during a specific transaction
Retrieves event logs emitted during the execution of a specific transaction. Logs contain information about contract events and state changes.
GET
List event logs emitted during a specific transaction
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
Transaction hash in the path
Pattern:
^0x([A-Fa-f0-9]{64})$The ID of the blockchain
Query Parameters
Number of items per page
Required range:
x >= 1Item index for paging
Block number for paging
Required range:
x >= 0List internal transactions triggered during a specific transaction
Previous
Get step-by-step execution trace for a specific transaction
Next