Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key

Get ERC20 token metadata by symbols

GEThttps://deep-index.moralis.io/api/v2.2/erc20/metadata/symbols

Fetch metadata (name, symbol, decimals, logo) for a list of ERC20 token symbols.

QUERY PARAMS
chainstring
The chain to query
symbolsarrayrequired
The symbols to get metadata for
No items in the array
Responses
200Returns metadata for a given token contract address (name, symbol, decimals, logo).
400Bad Request
404Not Found
429Too Many Requests
500Internal Server Error
API KEY
curl --request GET \
--url 'https://deep-index.moralis.io/api/v2.2/erc20/metadata/symbols?chain=eth' \
--header 'accept: application/json' \
--header 'X-API-Key: YOUR_API_KEY'
Response Example
Empty