Back to Component Library
Return to the main component library index
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:| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
coinId | string | "arbitrum" | No | The CoinGecko coin ID (e.g., “arbitrum”, “ethereum”, “bitcoin”) |
- 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
- Default (Arbitrum)
- Ethereum
- Code
Back to Component Library
Return to the main component library index