Get whitelisted multi-chain tokens in Uniswap token list format
Retrieve all 1inch whitelisted tokens across all supported blockchain networks in Uniswap token list format. Compatible with token list standards (https://tokenlists.org). Includes version information, token metadata, and tags for easy integration.
Supported on: Ethereum Base BNB Chain Polygon Linea Sonic Unichain Arbitrum Avalanche ZKsync Gnosis Optimism
Parameters
provider
string queryProvider code. Default value is "1inch"
country
string queryCountry code
Request Body
This request doesn’t have any request body.
JavaScript
Copy
1
Returns
200
keywords
array items
string logoURI
string name
* string tags
* object additionalProperties
TagResponse object provider
* string value
* string tags_order
array items
string timestamp
* string tokens
* array items
TokenInfoResponse object address
* string chainId
* number decimals
* number extensions
object logoURI
string name
* string symbol
* string tags
* array items
string version
*VersionDto object major
* number minor
* number patch
* number JSON
Copy
1