transactions
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.
get/{chainId}/transactions/{to}/{signature}
Path parameters
chainIdstring required
Chain ID
tostring required
Contract address
signaturestring required
Function signature (e.g., 'transfer(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