Get unique active token pairs with cursor pagination

Retrieves unique active token pairs with cursor-based pagination. Pairs are sorted by makerAsset, takerAsset.

GEThttps://api.1inch.com/orderbook/v4.1/{chain}/unique-active-pairs
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
GetActiveUniquePairsV4_1PaginatedResponse object
meta
* any
allOf[0]
CursorMeta object
hasMore
* boolean
nextCursor
string
count
number
items
* array
items
UniquePairs object
makerAsset
* string
takerAsset
* string
JSON
1

Did you find what you need?