Block 1 - OpenAI Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
A sentiment intelligence sub agent for the Binance Spot Market Quant AI Agent . It aggregates crypto news from major sources, filters by token keyword (e.g., BTC, ETH), and produces a Telegram read...
@n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.rssfeedread, n8n-nodes-base.merge, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Don Jayamaha Jr.
Original n8n.io sourceA sentiment intelligence sub-agent for the Binance Spot Market Quant AI Agent. It aggregates crypto news from major sources, filters by token keyword (e.g., BTC, ETH), and produces a Telegram-ready summary including market sentiment and top headlines—powered by GPT-4o.
This tool performs the following steps:
| 🔧 Step | 📌 Description |
|---|---|
| Webhook Input | Accepts { "message": "symbol" } via HTTP POST |
| Crypto Keyword Extractor | GPT model extracts the valid crypto symbol (e.g., "SOL", "DOGE", "ETH") |
| RSS News Aggregators | Pulls latest headlines from 9+ crypto sources (CoinDesk, Cointelegraph, etc.) |
| Merge & Filter Articles | Keeps only articles containing the specified token |
| Prompt Builder | Creates prompt for GPT with filtered headlines |
| GPT-4o Summarizer | Summarizes news into 3-part response: Summary, Sentiment, Headline Links |
| Telegram Formatter | Converts GPT output into a Telegram-friendly message |
| Response Handler | Returns formatted message to the caller via webhook |
{
"message": "ETH"
}
This triggers a full execution of the workflow and returns output like:
📣 ETH Sentiment: Neutral
• BlackRock’s tokenized fund expands to Ethereum mainnet (CoinDesk)
• Ethereum fees remain high, analysts call for L2 migration (NewsBTC)
• Vitalik warns about centralized risks in staking (Cointelegraph)
.json into your n8n EditorPOST /webhook/custom-path{ "message": "symbol" }| Scenario | Result |
|---|---|
| BTC Sentiment before a key event | Returns 8–12 filtered articles with bullish/neutral/bearish tone |
| Daily pulse for altcoins like DOGE | Shows relevant headlines, helpful for intraday trading setups |
| Telegram chatbot integration | Enables user to query sentiment via /sentiment ETH |
| Macro context for Quant AI outputs | Adds emotional/news context to technical-based trade decisions |
© 2025 Treasurium Capital Limited Company Architecture, prompts, and trade report structure are IP-protected. No unauthorized rebranding or resale permitted.
🔗 For support: LinkedIn – Don Jayamaha
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 28 workflow blocks. Download the JSON for the full node graph.
| Workflow | Analyze crypto news sentiment for any token with GPT-4o and Telegram alerts |
|---|---|
| Complexity | advanced |
| Nodes | 28 |
| Categories | Crypto Trading, AI Summarization |
| Author | Don Jayamaha Jr |
| Published | 06 Jun 2025 |
Use the JSON export at /data/workflows/4740/4740.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
A sentiment intelligence sub agent for the Binance Spot Market Quant AI Agent . It aggregates crypto news from major sources, filters by token keyword (e.g., BTC, ETH), and produces a Telegram read...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, AI Summarization use case.