transactions
Get all transactions
Retrieve all transactions across all contracts
get/{chainId}/transactions
Path parameters
chainIdstring required
Chain ID
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