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
Successful response
A list of contract events with pagination information
An array of ContractEvent objects
The page token to be used to fetch the next page
"eyJsYXN0X2V2ZW50X2lkIjoiMTIzNDU2Nzg5MCJ9"
True if this list has another page of items after this one that can be fetched
true