Skip to content
Flowmanic
MonitoringStructurally Validated

Crypto Price Move Alert

This automation checks a cryptocurrency's price every 15 minutes using CoinGecko's free, keyless public API, logs every reading, and sends an instant Telegram alert the moment its 24-hour change crosses a threshold you set. Monitoring only — it never places trades, generates signals, or gives investment advice.

Automation flow

How it works

  1. 1Every 15 minutes, the current price and 24-hour change for your chosen coin are fetched from CoinGecko's free API.
  2. 2Every reading is logged to your sheet, building a full price history over time.
  3. 3If the absolute 24-hour change is at or above your threshold, a Telegram alert fires immediately with the current price and change percentage.

Services used

HTTP RequestGoogle SheetsTelegram

What you'll need

  • An n8n Cloud or self-hosted account
  • A Google account (Sheets)
  • A Telegram bot (free — see below)
  • No API key needed for price data — CoinGecko's public endpoint is free and keyless

What's included

  • No paid API key required — CoinGecko's free tier
  • Full price history logged automatically
  • Threshold is a one-line edit
  • Monitoring only — no trade execution, no financial advice

Estimate what this could save you

3.6 hours/month

$108/month in your time

A rough estimate based on what you enter above — not a guarantee. Actual time saved depends on your process.

Make it yours

  • Track multiple coins by duplicating the fetch/check/log chain per coin, or loop over a list of coin IDs stored in a sheet.
  • Swap Telegram for Slack or email — the alert step is a single node, easy to replace.
  • Add a second, tighter threshold (e.g. 2%) that logs quietly without alerting, to build a denser price history for your own charting.

Questions about this template

$19one-time

Secure checkout via Polar. Delivered by email instantly.

Structurally validated: automatically checked for valid n8n format before every deploy.

Difficulty
Easy
Setup time
~15 min
Integrations
3
Node count
6
Format
.json + guide