Sends a Telegram alert when an SPL token's price crosses a threshold. Free, MIT licensed n8n workflow.
Download solana-price-alert.jsonYou want to know when an SPL token you follow crosses a price (entry, exit, liquidation) without keeping a chart open all day.
solana-price-alert.json into n8n (Workflows → Import from File).TOKEN_MINT = the SPL mint address to watch.PRICE_THRESHOLD = the USD price that triggers the alert.DIRECTION = above (default) or below./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.chat_id in the env var TELEGRAM_CHAT_ID.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.