Get all orders fill/cancel events with cursor pagination
Retrieves all fill/cancel events with cursor-based pagination. Events are sorted by createDateTime DESC, id DESC.
Supported on: Ethereum Base BNB Chain Linea Sonic Unichain Arbitrum Avalanche ZKsync Gnosis Optimism Polygon
Parameters
chain
* number path limit
integer querylimit to get events, max 500
cursor
string querybase64 representation of the cursor
Request Body
This request doesn’t have any request body.
JavaScript
Copy
1
Returns
200
400
meta
* any Cursor pagination metadata
allOf[0]
CursorMeta object hasMore
* boolean Whether there are more items available
nextCursor
string Next cursor for pagination
count
number Total count of items (if available)
items
* array Array of events
items
GetEventsV4Response object id
* number network
* number logId
* string version
* number action
* string orderHash
* string taker
* string remainingMakerAmount
* string transactionHash
* string blockNumber
* number createDateTime
* string JSON
Copy
1