Solana Price Alert — free n8n workflow

Sends a Telegram alert when an SPL token's price crosses a threshold. Free, MIT licensed n8n workflow.

Download solana-price-alert.json

Why

You want to know when an SPL token you follow crosses a price (entry, exit, liquidation) without keeping a chart open all day.

Setup (5 minutes)

  1. Import solana-price-alert.json into n8n (Workflows → Import from File).
  2. Env var TOKEN_MINT = the SPL mint address to watch.
  3. Env var PRICE_THRESHOLD = the USD price that triggers the alert.
  4. Env var DIRECTION = above (default) or below.
  5. Create a Telegram bot (talk to @BotFather, /newbot, copy the token) and attach the telegramApi credential to the "Notify on Telegram" node. For Discord: replace that node with an HTTP Request POST to a Discord webhook.
  6. Put your Telegram chat_id in the env var TELEGRAM_CHAT_ID.
  7. Activate the workflow.

Price via the public Jupiter API, no API key required, no external database. Fires once on the state change, no repeat spam while still past threshold.