Get many tokens

Get detailed token information for multiple addresses at once. Returns a map of token addresses to token details including symbol, name, decimals, logo, and trading metadata.

GEThttps://api.1inch.com/token/v1.4/{chainId}/custom
Supported on:
EthereumBaseBNB ChainPolygonLineaSonicUnichainArbitrumAvalancheZKsyncGnosisOptimism

Parameters

chainId
* object path
addresses
* array query

Request Body

This request doesn’t have any request body.

1

Returns

200
400
object
0x111111111117dc0aa78b770fa6a738034120c302
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
JSON
1

Did you find what you need?