Back to Catalog

Access Upbit crypto market data in Telegram with GPT-4o-mini

Don Jayamaha JrDon Jayamaha Jr
238 views
2/3/2026
Official Page

Instantly access Upbit Spot Market Data in Telegram with AI Automation

This workflow integrates the Upbit REST API with GPT-4o-mini and Telegram, giving you real-time price data, order books, trades, and candles directly in chat. Perfect for crypto traders, market analysts, and investors who want structured Upbit data at their fingertips—no manual API calls required.


⚙️ How It Works

  1. A Telegram bot listens for user queries like upbit KRW-BTC 15m.

  2. The Upbit AI Agent parses the request and fetches live data from the official Upbit REST API:

    • Price & 24h stats (/v1/ticker)
    • Order book depth & best bid/ask (/v1/orderbook)
    • Recent trades (/v1/trades/ticks)
    • Dynamic OHLCV candles across all timeframes (/v1/candles/{seconds|minutes|days|weeks|months|years})
  3. A built-in Calculator tool computes spreads, % change, and midpoints.

  4. A Think module reshapes raw JSON into simplified, clean fields.

  5. The agent formats results into concise, structured text and sends them back via Telegram.


📊 What You Can Do with This Agent

✅ Get real-time prices and 24h change for any Upbit trading pair. ✅ View order book depth and best bid/ask snapshots. ✅ Fetch multi-timeframe OHLCV candles (from 1s to 1y). ✅ Track recent trades with price, volume, side, and timestamp. ✅ Calculate midpoints, spreads, and percentage changes. ✅ Receive clean, human-readable reports in Telegram—no JSON parsing needed.


🛠 Set Up Steps

  1. Create a Telegram Bot

  2. Configure Telegram API and OpenAI in n8n

    • Add your bot token under Telegram credentials.
    • Replace your Telegram ID in the authentication node to restrict access.
  3. Import the Workflow

    • Load Upbit AI Agent v1.02.json into n8n.
    • Ensure connections to tools (Ticker, Orderbook, Trades, Klines).
  4. Deploy and Test

    • Example query: upbit KRW-BTC 15m → returns price, order book, candles, and trades.
    • Example query: upbit USDT-ETH trades 50 → returns 50 latest trades.

📺 Setup Video Tutorial

Watch the full setup guide on YouTube:

Watch on YouTube


Unlock clean, structured Upbit Spot Market data instantly—directly in Telegram!


🧾 Licensing & Attribution

© 2025 Treasurium Capital Limited Company Architecture, prompts, and trade report structure are IP-protected.

No unauthorized rebranding permitted.

🔗 For support: Don Jayamaha – LinkedIn

AI-Powered Telegram Chatbot with OpenAI and Langchain

This n8n workflow creates an interactive Telegram chatbot that leverages OpenAI's language models and Langchain's capabilities for conversational AI. It allows users to interact with an AI agent, which can process natural language queries, maintain conversational context, and potentially perform calculations or other "thinking" tasks.

What it Does

This workflow automates the following steps:

  1. Listens for Telegram Messages: It acts as a Telegram bot, waiting for incoming messages from users.
  2. Initializes AI Agent: Upon receiving a message, it passes the user's input to an AI Agent powered by Langchain.
  3. Processes with OpenAI Chat Model: The AI Agent uses an OpenAI Chat Model (like GPT-4o mini, as hinted by the directory name) to understand the user's query and generate a response.
  4. Maintains Conversation History: A "Simple Memory" component ensures the AI agent remembers previous turns in the conversation, allowing for more natural and context-aware interactions.
  5. Utilizes AI Tools: The AI Agent is equipped with a "Calculator" tool for mathematical operations and a "Think" tool, suggesting it can perform internal reasoning or complex processing.
  6. Sends Response to Telegram: The AI agent's generated response is then sent back to the user via Telegram.
  7. Optional Data Transformation: An "Edit Fields (Set)" node is present, which could be used to modify or format data at various stages, though its current position suggests it's not actively connected in the provided JSON. A "Code" node is also available for custom JavaScript logic.

Prerequisites/Requirements

To use this workflow, you will need:

  • n8n Instance: A running instance of n8n.
  • Telegram Bot Token: A Telegram bot token obtained from BotFather. This will be used to configure the Telegram Trigger and Telegram nodes.
  • OpenAI API Key: An API key for OpenAI to access their chat models.
  • Langchain Integration: Ensure your n8n instance has the @n8n/n8n-nodes-langchain package installed and configured.

Setup/Usage

  1. Import the Workflow: Download the provided JSON and import it into your n8n instance.
  2. Configure Telegram Credentials:
    • Open the "Telegram Trigger" node and configure your Telegram Bot API credentials.
    • Open the "Telegram" node and configure the same Telegram Bot API credentials.
  3. Configure OpenAI Credentials:
    • Open the "OpenAI Chat Model" node and configure your OpenAI API key.
  4. Activate the Workflow: Once all credentials are set, activate the workflow.
  5. Interact with your Bot: Send messages to your Telegram bot, and it will respond using the AI agent.

Note: The "Edit Fields (Set)" and "Code" nodes are currently disconnected in the provided JSON. If you wish to use them for data manipulation, you would need to connect them appropriately within the workflow. For example, you might connect the "Code" node after the "AI Agent" to format the output before sending it to Telegram.

Related Templates

Track competitor SEO keywords with Decodo + GPT-4.1-mini + Google Sheets

This workflow automates competitor keyword research using OpenAI LLM and Decodo for intelligent web scraping. Who this is for SEO specialists, content strategists, and growth marketers who want to automate keyword research and competitive intelligence. Marketing analysts managing multiple clients or websites who need consistent SEO tracking without manual data pulls. Agencies or automation engineers using Google Sheets as an SEO data dashboard for keyword monitoring and reporting. What problem this workflow solves Tracking competitor keywords manually is slow and inconsistent. Most SEO tools provide limited API access or lack contextual keyword analysis. This workflow solves that by: Automatically scraping any competitor’s webpage with Decodo. Using OpenAI GPT-4.1-mini to interpret keyword intent, density, and semantic focus. Storing structured keyword insights directly in Google Sheets for ongoing tracking and trend analysis. What this workflow does Trigger — Manually start the workflow or schedule it to run periodically. Input Setup — Define the website URL and target country (e.g., https://dev.to, france). Data Scraping (Decodo) — Fetch competitor web content and metadata. Keyword Analysis (OpenAI GPT-4.1-mini) Extract primary and secondary keywords. Identify focus topics and semantic entities. Generate a keyword density summary and SEO strength score. Recommend optimization and internal linking opportunities. Data Structuring — Clean and convert GPT output into JSON format. Data Storage (Google Sheets) — Append structured keyword data to a Google Sheet for long-term tracking. Setup Prerequisites If you are new to Decode, please signup on this link visit.decodo.com n8n account with workflow editor access Decodo API credentials OpenAI API key Google Sheets account connected via OAuth2 Make sure to install the Decodo Community node. Create a Google Sheet Add columns for: primarykeywords, seostrengthscore, keyworddensity_summary, etc. Share with your n8n Google account. Connect Credentials Add credentials for: Decodo API credentials - You need to register, login and obtain the Basic Authentication Token via Decodo Dashboard OpenAI API (for GPT-4o-mini) Google Sheets OAuth2 Configure Input Fields Edit the “Set Input Fields” node to set your target site and region. Run the Workflow Click Execute Workflow in n8n. View structured results in your connected Google Sheet. How to customize this workflow Track Multiple Competitors → Use a Google Sheet or CSV list of URLs; loop through them using the Split In Batches node. Add Language Detection → Add a Gemini or GPT node before keyword analysis to detect content language and adjust prompts. Enhance the SEO Report → Expand the GPT prompt to include backlink insights, metadata optimization, or readability checks. Integrate Visualization → Connect your Google Sheet to Looker Studio for SEO performance dashboards. Schedule Auto-Runs → Use the Cron Node to run weekly or monthly for competitor keyword refreshes. Summary This workflow automates competitor keyword research using: Decodo for intelligent web scraping OpenAI GPT-4.1-mini for keyword and SEO analysis Google Sheets for live tracking and reporting It’s a complete AI-powered SEO intelligence pipeline ideal for teams that want actionable insights on keyword gaps, optimization opportunities, and content focus trends, without relying on expensive SEO SaaS tools.

Ranjan DailataBy Ranjan Dailata
161

Generate song lyrics and music from text prompts using OpenAI and Fal.ai Minimax

Spark your creativity instantly in any chat—turn a simple prompt like "heartbreak ballad" into original, full-length lyrics and a professional AI-generated music track, all without leaving your conversation. 📋 What This Template Does This chat-triggered workflow harnesses AI to generate detailed, genre-matched song lyrics (at least 600 characters) from user messages, then queues them for music synthesis via Fal.ai's minimax-music model. It polls asynchronously until the track is ready, delivering lyrics and audio URL back in chat. Crafts original, structured lyrics with verses, choruses, and bridges using OpenAI Submits to Fal.ai for melody, instrumentation, and vocals aligned to the style Handles long-running generations with smart looping and status checks Returns complete song package (lyrics + audio link) for seamless sharing 🔧 Prerequisites n8n account (self-hosted or cloud with chat integration enabled) OpenAI account with API access for GPT models Fal.ai account for AI music generation 🔑 Required Credentials OpenAI API Setup Go to platform.openai.com → API keys (sidebar) Click "Create new secret key" → Name it (e.g., "n8n Songwriter") Copy the key and add to n8n as "OpenAI API" credential type Test by sending a simple chat completion request Fal.ai HTTP Header Auth Setup Sign up at fal.ai → Dashboard → API Keys Generate a new API key → Copy it In n8n, create "HTTP Header Auth" credential: Name="Fal.ai", Header Name="Authorization", Header Value="Key [Your API Key]" Test with a simple GET to their queue endpoint (e.g., /status) ⚙️ Configuration Steps Import the workflow JSON into your n8n instance Assign OpenAI API credentials to the "OpenAI Chat Model" node Assign Fal.ai HTTP Header Auth to the "Generate Music Track", "Check Generation Status", and "Fetch Final Result" nodes Activate the workflow—chat trigger will appear in your n8n chat interface Test by messaging: "Create an upbeat pop song about road trips" 🎯 Use Cases Content Creators: YouTubers generating custom jingles for videos on the fly, streamlining production from idea to audio export Educators: Music teachers using chat prompts to create era-specific folk tunes for classroom discussions, fostering interactive learning Gift Personalization: Friends crafting anniversary R&B tracks from shared memories via quick chats, delivering emotional audio surprises Artist Brainstorming: Songwriters prototyping hip-hop beats in real-time during sessions, accelerating collaboration and iteration ⚠️ Troubleshooting Invalid JSON from AI Agent: Ensure the system prompt stresses valid JSON; test the agent standalone with a sample query Music Generation Fails (401/403): Verify Fal.ai API key has minimax-music access; check usage quotas in dashboard Status Polling Loops Indefinitely: Bump wait time to 45-60s for complex tracks; inspect fal.ai queue logs for bottlenecks Lyrics Under 600 Characters: Tweak agent prompt to enforce fuller structures like [V1][C][V2][B][C]; verify output length in executions

Daniel NkenchoBy Daniel Nkencho
601

AI-powered code review with linting, red-marked corrections in Google Sheets & Slack

Advanced Code Review Automation (AI + Lint + Slack) Who’s it for For software engineers, QA teams, and tech leads who want to automate intelligent code reviews with both AI-driven suggestions and rule-based linting — all managed in Google Sheets with instant Slack summaries. How it works This workflow performs a two-layer review system: Lint Check: Runs a lightweight static analysis to find common issues (e.g., use of var, console.log, unbalanced braces). AI Review: Sends valid code to Gemini AI, which provides human-like review feedback with severity classification (Critical, Major, Minor) and visual highlights (red/orange tags). Formatter: Combines lint and AI results, calculating an overall score (0–10). Aggregator: Summarizes results for quick comparison. Google Sheets Writer: Appends results to your review log. Slack Notification: Posts a concise summary (e.g., number of issues and average score) to your team’s channel. How to set up Connect Google Sheets and Slack credentials in n8n. Replace placeholders (<YOURSPREADSHEETID>, <YOURSHEETGIDORNAME>, <YOURSLACKCHANNEL_ID>). Adjust the AI review prompt or lint rules as needed. Activate the workflow — reviews will start automatically whenever new code is added to the sheet. Requirements Google Sheets and Slack integrations enabled A configured AI node (Gemini, OpenAI, or compatible) Proper permissions to write to your target Google Sheet How to customize Add more linting rules (naming conventions, spacing, forbidden APIs) Extend the AI prompt for project-specific guidelines Customize the Slack message formatting Export analytics to a dashboard (e.g., Notion or Data Studio) Why it’s valuable This workflow brings realistic, team-oriented AI-assisted code review to n8n — combining the speed of automated linting with the nuance of human-style feedback. It saves time, improves code quality, and keeps your team’s review history transparent and centralized.

higashiyama By higashiyama
90