transactions
Get transactions by contract
Retrieve transactions for a specific contract
get/{chainId}/transactions/{to}
Path parameters
chainIdstring required
Chain ID
tostring required
Contract address
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