n8n

How to Automate Telegram Crypto Price Updates?

Keep your Telegram audience informed with hourly crypto summaries. The automation pulls fresh market stats and posts a clear update your team or community can use right away. It fits trading teams, crypto brands, and community managers who want steady updates without manual work.

It runs on a schedule at minute five of every hour. A request goes to the Binance 24 hour ticker endpoint and returns data for pairs like BTCUSDC, ETHUSDC, and SOLUSDC. A code step analyzes gainers and losers, price change percent, volatility, spread percent, momentum versus the weighted average, and number of trades, then builds a clean HTML message. The message is split into safe chunks under the Telegram limit and sent to your chosen chat with rich formatting.

Add a Telegram bot token in n8n, add the bot to your group, and paste the chat ID in the send step. Add or remove coins by editing the symbol list in the code step and keep the schedule as is or change it to fit your needs. Expect faster posts, fewer mistakes, and steady community engagement with little upkeep.

What are the key features?

  • Hourly schedule set to run at minute five of every hour.
  • HTTP call to the Binance public 24 hour ticker endpoint.
  • Simple coin control with an editable list for BTCUSDC, ETHUSDC, SOLUSDC and more.
  • Calculates price change, volatility, spread percent, momentum and trade count.
  • HTML output with safe escaping to prevent broken formatting.
  • Automatic message chunking to stay under the 4096 character limit.
  • Telegram sending with HTML parse mode for clean, readable posts.
  • Clear setup notes included inside the canvas for quick onboarding.

What are the benefits?

  • Reduce manual posting time from 60 minutes per day to 5 minutes.
  • Automate 100 percent of hourly market updates.
  • Eliminate formatting errors by using one HTML template.
  • Connect Binance and Telegram without custom code.
  • Scale to more coins without extra work.

How do you set it up?

  1. Import the template into n8n: Create a new workflow in n8n > Click the three dots menu > Select 'Import from File' > Choose the downloaded JSON file.
  2. You'll need accounts with Telegram and Binance. See the Tools Required section above for links to create accounts with these services.
  3. Create a Telegram bot using BotFather and copy the bot token.
  4. In the n8n credentials manager, create a new Telegram credential. Paste the bot token and save. If unsure, double click the Send Telegram Message node, choose Create new credential, and follow the on screen steps.
  5. Add your bot to the Telegram group or start a direct chat. Find the chat ID using your preferred method and keep it ready.
  6. Open the Send Telegram Message node. Select your Telegram credential and paste the chat ID. Confirm parse mode is set to HTML.
  7. Open the HTTP Request node and confirm the URL is the Binance 24 hour ticker endpoint. No Binance API key is needed for this public endpoint. Execute the node to confirm data returns.
  8. Open the Analyze and Format Market Data function node. Edit the relevantSymbols list to add or remove coins. Use USDC pairs for best results.
  9. Check the Schedule Trigger and keep the cron expression set to run at minute five each hour, or adjust to your preferred time.
  10. Run the full workflow once to test. Confirm a formatted message arrives in Telegram. If nothing appears, recheck the chat ID, bot access in the chat, and internet access to the Binance API.
  11. Enable the workflow in n8n so it runs on schedule. Monitor executions for a day and review any errors in the n8n execution log.

Tools Required

$24 / mo or $20 / mo billed annually to use n8n in the cloud. However, the local or self-hosted n8n Community Edition is free.

Binance

Sign up

Free: $0 for public market-data REST endpoints (no API key required); subject to rate limits

Telegram

Sign up

Free: $0, Telegram Bot API usage is free for developers

Similar Templates

Join Futurise to access 1,200+ automation templates

Get instant access to ready-made automation workflows for n8n, Make.com, AI agents, and more. Download, customise, and deploy in minutes.