Smart Contracts
List smart contract events
Retrieve events for a specific contract.
GET
Authorizations
Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.
Query Parameters
Case-sensitive name of the blockchain protocol.
Case-sensitive name of the specific contract within the project.
Case-sensitive name of the event to filter for in the contract's logs.
Lower bound of the block range to query (inclusive).
Upper bound of the block range to query (inclusive)
Pagination token for retrieving the next set of results.
Response
200
application/json
Successful response
A list of contract events with pagination information