Get unique active token pairs with cursor pagination
Retrieves unique active token pairs with cursor-based pagination. Pairs are sorted by makerAsset, takerAsset.
Supported on: Ethereum Base BNB Chain Linea Sonic Unichain Arbitrum Avalanche ZKsync Gnosis Optimism Polygon
Parameters
chain
* number path limit
integer queryNumber of limit orders to receive (default: 100, 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 unique active asset pairs
items
UniquePairs object makerAsset
* string The address of the maker asset (token address)
takerAsset
* string The address of the taker asset (token address)
JSON
Copy
1