Skip to main content

Detect Binance USDT volume spikes with GPT-4o, Telegram and Google Sheets

Workflow preview

Workflow preview
100%
Detect Binance USDT volume spikes with GPT-4o, Telegram and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow runs hourly to scan Binance USDT trading pairs for unusual 1 hour volume spikes, enriches spikes with order book metrics and GPT 4o analysis, then sends a ranked Telegr...

Best for

  • Crypto Trading automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.splitinbatches, n8n-nodes-base.code, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.telegram, n8n-nodes-base.scheduletrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Đại Khiêm Như.

Original n8n.io source

1.1 Workflow description

Title
Detect Binance USDT volume spikes with GPT-4o, Telegram and Google Sheets
Workflow name
Detect Binance USDT volume spikes with GPT-4o, Telegram and Google Sheets

Quick Overview

This workflow runs hourly to scan Binance USDT trading pairs for unusual 1-hour volume spikes, enriches spikes with order book metrics and GPT-4o analysis, then sends a ranked Telegram alert and logs the top results to Google Sheets.

How it works

  1. Runs every hour and pulls 24-hour ticker statistics from the Binance public API.
  2. Filters for high-liquidity, non-stablecoin USDT pairs and iterates through each symbol.
  3. Fetches the last 25 one-hour candles per symbol from Binance and calculates volume/trade spike ratios, taker buy/sell pressure, and basic price-action context with cooldown-based deduplication.
  4. For symbols that exceed the spike thresholds, fetches Binance order book depth and computes bid/ask wall pressure and spread metrics.
  5. Sends the spike, price-action, market-context (BTC/ETH), and order-book data to OpenAI (GPT-4o) to return a structured JSON classification, severity, and suggested action.
  6. Collects all analyzed spikes, ranks them, sends the top alerts to Telegram as a formatted report, and appends the top entries to Google Sheets for tracking.

Setup

  1. Add an OpenAI API credential and confirm the model selection (gpt-4o) in the OpenAI analysis step.
  2. Add a Telegram bot credential and replace YOUR_TELEGRAM_CHAT_ID with the target chat or channel ID.
  3. Add a Google Sheets OAuth2 credential, create a sheet with headers matching the logged fields, and replace YOUR_GOOGLE_SHEET_ID and the target sheet tab as needed.
  4. Review and adjust the filtering and spike thresholds (for example MIN_VOL and MIN_CHANGE, plus the volume-ratio cutoffs) to fit the markets you want to monitor.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Fetch Binance All Tickers

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 9 - Loop Over Coin Pairs

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 10 - Compute Volume Spike

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Check for Volume Spike

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 12 - Analyze Book Pressure

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Fetch Order Book Depth

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 14 - Prepare AI Analysis Prompt

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - OpenAI Volume Spike Analysis

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.1

Block 16 - Extract AI Analysis Results

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 17 - Aggregate Spike Findings

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Send Alert via Telegram

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 19 - Create Alert Summary

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 20 - Select Top Performers

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - Prepare Data for Logging

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 22 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Every 1h Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 24 - Fetch 1h Kline Data

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Detect Binance USDT volume spikes with GPT-4o, Telegram and Google Sheets
Complexity advanced
Nodes 26
Categories Crypto Trading, AI Chatbot
Author Đại Khiêm Như
Published 03 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16085/16085.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Detect Binance USDT volume spikes with GPT-4o, Telegram and Google Sheets do?

Quick Overview This workflow runs hourly to scan Binance USDT trading pairs for unusual 1 hour volume spikes, enriches spikes with order book metrics and GPT 4o analysis, then sends a ranked Telegr...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Chatbot use case.