Search tokens by symbol and generate trading pairs

Search for tokens by symbol and generate trading pairs. Combines chips search with pair generation for efficient trading pair discovery. Results are paginated using cursor-based pagination.

GEThttps://api.1inch.com/token/v1.4/{chainId}/chipssearch/pairs
Supported on:
EthereumBaseBNB ChainGnosisOptimismPolygonLineaSonicUnichainArbitrumAvalancheZKsync

Parameters

chainId
* number path
query
string query
replaceNativeWithWrappedInSource
boolean query
limit
number query
country
object query
cursor
string query

Request Body

This request doesn’t have any request body.

1

Returns

200
400
SearchPairsResponse object
pairs
* array
items
string
tokens
* array
items
TokenResponse object
chainId
* number
symbol
* string
name
* string
address
* string
decimals
* number
logoURI
string
rating
* number
eip2612
boolean
isFoT
boolean
blacklisted
* boolean
tags
* array
items
TagResponse object
provider
* string
value
* string
marketCap
number
providers
* array
items
string
page
* any
allOf[0]
PageInfoResponse object
nextCursor
string
hasMore
* boolean
JSON
1

Did you find what you need?