Contracts
Contract Events
Query and listen to contract events for any deployed contract on any EVM chain.
You can fetch contract events using the contract events API.
Authentication requires either x-secret-key (backend) or x-client-id (frontend) to be set in the request headers.
address- The contract addresschainId- The chain ID where the contract is deployeddecode- Whether to decode the event data (optional, defaults to false)
The API returns a list of events that have been emitted by the specified contract, including event details and decoded function calls when decode=true is specified.