events

Get logs by contract

Retrieve logs for a specific contract

get/{chainId}/events/{contract}

Path parameters

chainIdstring required

Chain ID

contractstring 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

Response

OK

aggregationsobject

@Description Aggregation results

Changes