Skip to main content

Back to Component Library

Return to the main component library index
/snippets/assets/logos/Livepeer-Logo-Symbol-Theme.svg
CoinGecko Integration
/snippets/assets/logos/Livepeer-Logo-Symbol-Theme.svg

CoinGecko Integration

CoinGeckoExchanges

Dynamically fetches and displays exchanges that support a coin from CoinGecko API. Shows a sortable table of exchanges (CEX and DEX) with trading pairs, trust scores, and links. Import:
import { CoinGeckoExchanges } from "/snippets/components/integrations/coingecko.jsx";
Props:
PropTypeDefaultRequiredDescription
coinIdstring"arbitrum"NoThe CoinGecko coin ID (e.g., “arbitrum”, “ethereum”, “bitcoin”)
Features:
  • Automatically fetches exchange data from CoinGecko API
  • Displays exchanges in a sortable table
  • Shows exchange type (CEX/DEX), trading pairs, and trust scores
  • Includes links to trading pages
  • Supports sorting by name or type
  • Loading and error states
Examples:
Note: This component makes a live API call to CoinGecko. Ensure you’re not exceeding rate limits if using multiple instances on a page.

Back to Component Library

Return to the main component library index
Last modified on February 18, 2026