CoinGecko Action Block
The CoinGecko Action Block allows you to retrieve cryptocurrency market data, prices, and trends from your workflows.
CoinGecko offers a free public API with rate limits. A Pro API key unlocks higher rate limits and additional endpoints.
Supported Actions
- Get Coin Price - Retrieve current price, market cap, and volume for one or more coins.
- Get Coin Details - Fetch detailed coin information including description, links, and community data.
- Get Market Chart - Retrieve historical price and volume data for a given time range.
- Search Coins - Search for coins by name or symbol.
- Get Trending - Fetch currently trending coins and NFTs.
Configuration
- API Key - Optional CoinGecko Pro API key for higher limits.
- Coin ID - CoinGecko coin identifier (e.g.,
bitcoin,ethereum). - Currency - Target fiat currency for price data (e.g.,
usd,eur,inr). - Days - Number of days for historical chart data.
Use Cases
- Build a crypto price alert workflow that notifies on significant price changes.
- Create a chatbot that answers cryptocurrency market questions with live data.
- Generate daily crypto market summary reports with trending coins.