Get transactions by contract and signature
Retrieve transactions for a specific contract and signature. When a valid function signature is provided, the response includes decoded transaction data with function inputs.
Path parameters
Chain ID
Contract address
Function signature (e.g., 'transfer(address,uint256)')
Query parameters
Filter parameters
Field to group results by
Field to sort results by
Sort order (asc or desc)
Page number for pagination
Number of items per page
List of aggregate functions to apply
Force consistent data at the expense of query speed
Response
OK
Changes
Changed in 2 of the 8 revisions of this API.11
- ○
added the new optional
queryrequest parameterforce_consistent_datanew-optional-request-parameter
- ○
- ●
deleted the
queryrequest parameterforce_consistent_datarequest-parameter-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●