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.

GEThttps://api.1inch.com/orderbook/v4.1/{chain}/events
Supported on:
EthereumBaseBNB ChainLineaSonicUnichainArbitrumAvalancheZKsyncGnosisOptimismPolygon

Parameters

chain
* number path
limit
integer query
cursor
string query

Request Body

This request doesn’t have any request body.

1

Returns

200
400
GetEventsV4_1PaginatedResponse object
meta
* any
allOf[0]
CursorMeta object
hasMore
* boolean
nextCursor
string
count
number
items
* array
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
1

Did you find what you need?