Skip to main content
Get cryptocurrency logos for your trading platforms, exchanges, wallets, and portfolio trackers using a simple image URL. The crypto logo API works just like our company logo lookups: pass a coin’s symbol and get back a crisp logo. Access reliable crypto logos for Bitcoin, Ethereum, stablecoins, and thousands of altcoins without managing hundreds of image files yourself.

Try it yourself

Enter any cryptocurrency symbol below to instantly fetch its logo. Works with Bitcoin, Ethereum, and thousands of other tokens.

How to use crypto logos

Access any cryptocurrency logo with your publishable key from the Logo.dev dashboard.
Ethereum Logo
Here’s how to display Ethereum’s logo on your website:
<img src="https://img.logo.dev/crypto/eth?token=LOGO_DEV_PUBLISHABLE_KEY" alt="Ethereum cryptocurrency logo" />
Use crypto logos anywhere you can use an image URL—trading platforms, portfolio apps, or price trackers:
https://img.logo.dev/crypto/btc?token=LOGO_DEV_PUBLISHABLE_KEY
Look up any coin by its standard symbol. A few common examples:
CryptocurrencySymbolExample URL
Bitcoinbtchttps://img.logo.dev/crypto/btc?token=LOGO_DEV_PUBLISHABLE_KEY
Ethereumethhttps://img.logo.dev/crypto/eth?token=LOGO_DEV_PUBLISHABLE_KEY
Tetherusdthttps://img.logo.dev/crypto/usdt?token=LOGO_DEV_PUBLISHABLE_KEY
Solanasolhttps://img.logo.dev/crypto/sol?token=LOGO_DEV_PUBLISHABLE_KEY
XRPxrphttps://img.logo.dev/crypto/xrp?token=LOGO_DEV_PUBLISHABLE_KEY
USD Coinusdchttps://img.logo.dev/crypto/usdc?token=LOGO_DEV_PUBLISHABLE_KEY
Dogecoindogehttps://img.logo.dev/crypto/doge?token=LOGO_DEV_PUBLISHABLE_KEY
Cardanoadahttps://img.logo.dev/crypto/ada?token=LOGO_DEV_PUBLISHABLE_KEY

Customize crypto logos

Crypto logos support the same parameters as company logos, so you can change the size, format, and theme to match your UI:
Larger PNG for a dark UI
<img
  src="https://img.logo.dev/crypto/btc?token=LOGO_DEV_PUBLISHABLE_KEY&size=256&format=png&theme=dark"
  alt="Bitcoin logo"
/>
See the logo image parameters for the full list of size, format, theme, and greyscale options.

Supported cryptocurrencies

Our index includes ~20,000 tokens and we select from many sources to provide the highest quality and most accurate logo image.
Need a specific token added? Contact us with your requirements.

FAQs

Yes. Every crypto logo is a plain image URL in the form https://img.logo.dev/crypto/:symbol?token=LOGO_DEV_PUBLISHABLE_KEY. There’s no SDK to install — request the URL from any frontend, backend, or spreadsheet that can load an image.
Our index covers roughly 20,000 tokens, including major coins like Bitcoin and Ethereum, stablecoins, and a wide range of altcoins. Look them up by their standard ticker symbol (for example, btc, eth, sol).
The API returns a generated monogram fallback with a 200 status, just like company logos. Pass fallback=404 if you’d rather handle missing logos yourself.
Yes. The crypto endpoint accepts the same size, format, theme, and greyscale parameters as the standard logo endpoint.
Contact us with the token symbol and we’ll review it for inclusion.