v1
latestOpenAPI 3.1.02026-07-13570316.1 KBGet Contract Events
Retrieves events emitted by a specific smart contract address on a specific blockchain network. This endpoint provides comprehensive event data including block information, transaction details, event topics, and optional ABI decoding. Results can be filtered, paginated, and sorted to meet specific requirements.
Authentication: Pass x-client-id header for frontend usage from allowlisted origins or x-secret-key for backend usage.
Path parameters
The blockchain network identifier where the contract is deployed.
The blockchain network identifier where the contract is deployed.
The smart contract address or ENS name.
The smart contract address or ENS name.
Query parameters
Filter by event signature hash, e.g., '0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef' for Transfer event
Filter by event signature hash, e.g., '0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef' for Transfer event
Filter by event topic 0 (event signature hash)
Filter by event topic 0 (event signature hash)
Filter by event topic 1
Filter by event topic 1
Filter by event topic 2
Filter by event topic 2
Filter by event topic 3
Filter by event topic 3
Filter by block timestamp (Unix timestamp) greater than or equal to this value
Filter by block timestamp (Unix timestamp) greater than or equal to this value
Filter by block timestamp (Unix timestamp) less than or equal to this value
Filter by block timestamp (Unix timestamp) less than or equal to this value
Filter by block number greater than or equal to this value
Filter by block number greater than or equal to this value
Filter by block number less than or equal to this value
Filter by block number less than or equal to this value
Current page number
Current page number
Number of items per page
Number of items per page
Sort order: 'asc' for ascending, 'desc' for descending
Sort order: 'asc' for ascending, 'desc' for descending
Response
Contract events retrieved successfully. Returns event data with metadata including pagination information. Includes decoded event parameters when ABI is available.