Block 1 - Get Trending
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow fetches the latest trending cryptocurrency searches from CoinGecko and automatically sends them to your Telegram group/channel. No account or API key required Uses CoinGecko’s fre...
n8n-nodes-base.httprequest, n8n-nodes-base.function, n8n-nodes-base.telegram, n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by CryptooChai.
Original n8n.io sourceThis workflow fetches the latest trending cryptocurrency searches from CoinGecko and automatically sends them to your Telegram group/channel.
✅ No account or API key required ✅ Uses CoinGecko’s free public API ✅ Sends formatted daily updates to Telegram ✅ Easy to customize schedule with a Cron node
Perfect for community managers, traders, or anyone who wants to keep their Telegram group updated with the hottest crypto trends.
Manual Trigger (for testing) & Schedule Trigger (runs automatically at set times)
Uses CoinGecko API https://api.coingecko.com/api/v3/search/trending
Extracts coin name, symbol, price (if available), and market cap rank
Formats into a readable Telegram message & sends the message to your configured group/channel
Import the workflow: Download the JSON file and import it into your n8n instance.
Connect your Telegram account: Add Telegram credentials in n8n using your Bot Token.
Replace the placeholder Telegram Chat ID (chatId) with your group/channel ID.
Adjust schedule (optional): By default, the workflow runs at 8:30 AM and 8:30 PM IST. You can change this in the Schedule Trigger node.
Activate the workflow: Once configured, activate it, and your Telegram group will start receiving daily trending coin updates.
An n8n instance (self-hosted or cloud)
A Telegram Bot Token (create via BotFather)
Telegram Group or Channel ID where messages should be sent
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automated trending cryptocurrency updates from CoinGecko to Telegram |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | Crypto Trading |
| Author | CryptooChai |
| Published | 05 Sept 2025 |
Use the JSON export at /data/workflows/8271/8271.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow fetches the latest trending cryptocurrency searches from CoinGecko and automatically sends them to your Telegram group/channel. No account or API key required Uses CoinGecko’s fre...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading use case.