Fetches a paginated list of smart contract event logs. Can be filtered by contract address and event signatures (topic0).
(Optional) Enter your API key in the format: Bearer <api_key>. Providing an API key may grant higher rate limits or access to additional features. The API will function without an API key for basic access.
The name or ID of the blockchain.
ethereum
"ethereum"
Contract addresses to filter by.
1.074999140385143e+48
Comma-separated list of event signatures (topic0) to filter events by.
Starting block number for the range query.
x >= 0
Ending block number for the range query.
x >= 0
Maximum number of items to return.
1 <= x <= 1000
Cursor for pagination to retrieve the next set of results.
Successfully retrieved events.
The response is of type object
.