Cryptofonts Token Icon API

FREEMIUM
By cryptofonts | Updated 1ヶ月前 | Data
Popularity

0.4 / 10

Latency

371ms

Service Level

100%

Health Check

100%

README

Welcome to the Cryptofonts API!

With this API you’ll be able to retrieve blockchain data for a multitude of tokens just by providing the chain ID and the token address.
We are currently tracking tokens for the following chains:

  • Ethereum
  • Binance Smart Chain
  • Polygon
  • Polygon zkEVM
  • Optimism
  • Arbitrum
  • Avalanche
  • Solana
  • Pulsechain
  • Linea
  • Canto
  • Fantom
  • and more…

What data can I get?

By using the Cryptofonts API you will receive the following information for each token:

  • Token name
  • Logo (png)
  • Token Symbol
  • Chain ID
  • Decimals
  • Token address
  • Chain name

Examples:

Call

https://cryptofonts-token-icon-api1.p.rapidapi.com/1/0x75231f58b43240c9718dd58b4967c5114342a86c

> 1 is the chainId for Ethereum and then we pass the token contract address

Response

[
    {
        "name": "OKB",
        "logoURI": "https://xkqpczltzicnmbqvihbc.supabase.co/storage/v1/object/public/logos/okb_887.png",
        "symbol": "okb",
        "chainId": 1,
        "decimals": 18,
        "address": "0x75231f58b43240c9718dd58b4967c5114342a86c",
        "chain": "ethereum"
    }
]

List of chainIds

Chain name ID
Ethereum 1
BSC 56
Polygon 137
Polygon zkEVM 1101
Optimism 10
Arbitrum 42161
Avalanche 43114
Solana 1399811149
Pulsechain 369
Linea 59144
Canto 7700
Cronos 25
Fantom 250
Followers: 2
Resources:
Product Website
API Creator:
Rapid account: Cryptofonts
cryptofonts
cryptofonts
Log In to Rate API
Rating: 5 - Votes: 1