Who this is for: anyone following an SPL token, a contract, or a treasury on Solana who wants to know right away when a new transaction arrives, without keeping a dashboard open or paying for a separate alert service.
Every 10 minutes n8n queries a public Solana RPC for the SPL mint or program ID you specify, compares transactions against the ones already seen, and alerts on Telegram only for the genuinely new ones. No API key required, no external database: state lives in the workflow's internal storage.
solana-mint-monitor.json).MINT_O_PROGRAMMA to the SPL mint address or program ID to watch./newbot, copy the token) and connect the telegramApi credential in the "Avvisa su Telegram" node.chat_id in the TELEGRAM_CHAT_ID environment variable and activate the workflow.The first run only saves the baseline (no spam of the entire history); from the second run onward it compares transaction signatures against the ones already saved in $getWorkflowStaticData, so state survives n8n restarts with no external database needed.