events
Get logs by contract and event signature
Retrieve logs for a specific contract and event signature. When a valid event signature is provided, the response includes decoded log data with both indexed and non-indexed parameters.
get/{chainId}/events/{contract}/{signature}
Path parameters
chainIdstring required
Chain ID
contractstring required
Contract address
signaturestring required
Event signature (e.g., 'Transfer(address,address,uint256)')
Query parameters
filterstring
Filter parameters
group_bystring
Field to group results by
sort_bystring
Field to sort results by
sort_orderstring
Sort order (asc or desc)
pageinteger
Page number for pagination
limitinteger
Number of items per page
aggregatestring[]
List of aggregate functions to apply
force_consistent_databoolean
Force consistent data at the expense of query speed
Response
OK