Contracts
Get contract events
Retrieve paginated list of events for a specific contract
get/v1/contracts/{contractId}/events
Path parameters
contractIdstring required
Contract ID
Query parameters
sortBy'AGE' required
Sorting parameter.
sizeinteger required
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
nextCursorstring
Cursor for pagination to retrieve the next page of results. Leave empty for the first page.
Response
OK