Crypto & Blockchain Workflows
Cryptocurrency and blockchain solutions
Analyze Binance 4-Hour Trading Indicators for Swing Trade Signals
This workflow analyzes Binance Spot Market trading pairs using 4-hour candle data to generate swing trade signals. It leverages technical indicators and AI to provide clear, actionable insights.
n8n$9.99Automate Multi-Timeframe Technical Analysis for Binance Spot Market
This workflow acts as a central API gateway for processing technical indicators in the Binance Spot Market. It dynamically routes incoming webhook requests to the appropriate timeframe-based indicator tool, enabling comprehensive multi-timeframe analysis.
n8n$24.99Deploy a Self-Hosted Blockchain Payment Facilitator with x402 and 1Shot API
Set up a self-hosted facilitator using n8n to manage stablecoin payments on blockchain networks with x402 and 1Shot API integration.
n8n$14.99Binance SM Price - 24hr Stats - Order Book - Kline Tool
A powerful sub-agent that collects **real-time market structure data** from Binance for any trading pair, including price, volume, order book depth, and candlestick snapshots across multiple timeframes (15m, 1h, 4h, 1d). --- **Watch Tutorial**: [](https://youtu.be/HWHD-eXP0IE) ## Purpose This workflow powers the Quant AI system with: * Real-time **price feed** (`/ticker/price`) * **24-hour stats** (OHLC, % change, volume via `/ticker/24hr`) * Live **order book depth** (`/depth`) * Latest **candlestick data** (`/klines`) for all major intervals All outputs are parsed and formatted using GPT and returned to the parent agent (e.g., Financial Analyst Tool) as a **Telegram-optimized summary**. --- ## Workflow Architecture | Node | Role | | ------------------------------------ | ------------------------------------------------------------ | | `Execute Workflow Trigger` | Accepts input from parent workflow | | `Simple Memory` | Stores session + symbol info | | `Binance SM Market Agent` | Parses prompt, routes tool calls | | `OpenAI Chat Model (gpt-4o-mini)` | Converts raw data into a clean, readable format for Telegram | | `getCurrentPrice` | Gets latest price | | `get24hrStats` | Gets OHLC/volume over past 24 hours | | `getOrderBook` | Gets top 100 bids and asks | | `getKlines` | Gets latest 15m, 1h, 4h, and 1d candles | --- ## Input Requirements This workflow is not called directly by the user. Instead, it is **triggered by another workflow**, such as: ```json { "message": "BTCUSD", "sessionId": 539847013 } ``` --- ## Telegram Output Example ``` BTCUSD Market Overview Price: $63,220 | 24h Change: +2.3% | Volume: 45,210 BTC | Order Book Top Bid: $63,190 Top Ask: $63,230 | Latest Candles 15m: O: $63,000 | C: $63,220 | Vol: 320 BTC 1h : O: $62,700 | C: $63,300 | Vol: 980 BTC 4h : O: $61,800 | C: $63,500 | Vol: 2,410 BTC 1d : O: $59,200 | C: $63,220 | Vol: 7,850 BTC ``` --- ## Use Cases | Scenario | Output Provided | | ---------------------------------- | ------------------------------------------------------------ | | Show current BTC price and trend | Price, 24h stats, candles, and order book in one message | | Candles for SOL | 15m, 1h, 4h, 1d candlesticks for SOLUSD | | Triggered by Quant AI system | Clean Telegram-ready summary with all structure tools merged | --- ## Toolchain Breakdown | Tool Name | Endpoint | Purpose | | ----------------- | ---------------------- | ------------------------------ | | `getCurrentPrice` | `/api/v3/ticker/price` | Latest trade price | | `get24hrStats` | `/api/v3/ticker/24hr` | 24h OHLC, % change, volume | | `getOrderBook` | `/api/v3/depth` | Top 100 bids and asks | | `getKlines` | `/api/v3/klines` | 1-candle snapshot across 4 TFs | --- ## Installation Steps 1. **Import the JSON** into your n8n instance. 2. Connect your OpenAI credentials for the Chat Model node. 3. No Binance API key needed - public endpoints. 4. Trigger this tool only via: * Binance SM Financial Analyst Tool * Binance Spot Market Quant AI Agent --- ## Licensing & Attribution © 2025 Treasurium Capital Limited Company Architecture, prompts, and trade structure are IP-protected. No unauthorized rebranding permitted. For support: [Don Jayamaha - LinkedIn](https://linkedin.com/in/donjayamahajr)
n8n$14.99Automate Daily Cryptocurrency Reports with CoinGecko and Google Gemini
This n8n workflow automates the analysis of cryptocurrency market data using CoinGecko and Google Gemini, delivering AI-generated reports to your email daily.
n8n$19.99Real-Time Cryptocurrency Analysis with AI and CoinMarketCap
Leverage AI to access live cryptocurrency data, including prices, market rankings, and global stats using CoinMarketCap's API. Ideal for crypto analysts, traders, and developers.
n8n$9.99AI-Powered Crypto Analysis Using OpenRouter, Gemini, and SerpAPI
This n8n automation is designed to analyze cryptocurrency trends by extracting, processing, and interpreting candlestick charts using AI-powered agents. The workflow enhances technical analysis by integrating real-time market data, ensuring traders receive accurate and actionable insights. [](https://www.youtube.com/watch?v=XW03ztGgbg0) ## Workflow Breakdown: 1. **Chat Node - Provide Crypto Information** Users enter a crypto symbol in the required format (EXCHANGE:SYMBOL), such as BINANCE:BTCUSD. This ensures the workflow retrieves the correct market data. 2. **Retrieve Daily Candlestick Chart** Once the input is received, the workflow fetches the full-day candlestick chart for the selected crypto, providing a macro-level market trend. 3. **AI Agent - Analyze Daily Chart** The first AI agent, powered by Google Gemini 2.0 Flash via OpenRouter, analyzes the daily candlestick pattern to detect trends and potential market signals. 4. **Fetch 5-Minute Candlestick Chart** To refine the analysis, the workflow retrieves a 5-minute interval candlestick chart, allowing for real-time market movement evaluation. 5. **AI Agent - Advanced Candlestick Analysis** This AI agent combines the 5-minute chart with the daily analysis to provide an in-depth market prediction. Here's where the real magic happens—AI interprets short-term trends in the context of long-term movements. 6. **Shared Windows Buffer - Store Intermediate Results** The Windows Buffer temporarily stores analysis results, ensuring seamless data flow between AI agents for a more structured interpretation. 7. **Serp API - Retrieve Crypto News** To add fundamental analysis, the Serp API tool fetches the latest crypto-related news from the web, providing additional market context. 8. **Chat Window - Deliver Final Insights** Once all data points are processed, the final market analysis is displayed in the chat window, combining technical and fundamental analysis for a more comprehensive trading strategy. ## Use Case: This automation simplifies crypto market analysis by integrating AI-driven technical and fundamental insights. It's ideal for: - Traders looking for automated market insights - Analysts seeking structured candlestick interpretations - Developers wanting to integrate AI-powered trading analysis into applications By automating candlestick chart analysis, this workflow enhances decision-making and reduces manual effort, making it a valuable tool for anyone involved in cryptocurrency trading. ## Setup Instructions: 1. Import the workflow to your n8n instance 2. Prepare & add credentials: 1. OpenRouter (Google Gemini 2.0 Flash) Get a free API key from https://openrouter.ai/ 2. Serp API (for news retrieval) Get a free API key from https://serpapi.com/ 3. Chart Img (For candlestick chart) Get a free API key from https://chart-img.com/ 3. Run the workflow and get AI-powered crypto insights! ## NOTE **Remember:** Not all LLM models are capable of analyzing image data, so choose your model wisely. **Limitations:** All free services come with usage limits. For example, OpenRouter has a daily limit, and once it's consumed, the workflow will stop processing further requests. ## Disclaimer This workflow is designed purely for educational and research purposes. It does not provide financial advice.
n8n$9.99Automate DEX Liquidity and Trading Analysis with CoinMarketCap AI
Leverage CoinMarketCap's DEXScan API to gain comprehensive insights into decentralized exchanges. This workflow provides real-time and historical data on spot trading pairs, liquidity, and trading activity across multiple blockchain networks.
n8n$9.99Automate Real-Time Cryptocurrency Price Updates in Telegram
This workflow integrates CoinMarketCap with Telegram to provide real-time cryptocurrency prices. Users can request live prices by messaging a Telegram bot, ideal for traders and enthusiasts needing quick market data.
n8n$4.99Fetch Real-Time Meme Coin Prices via Telegram Bot and CoinGecko API
This workflow allows users to retrieve the latest meme coin prices in real-time through a Telegram bot command, leveraging the CoinGecko API.
n8n$4.99Automate Multi-Chain Token Swaps with Li.Fi and 1Shot API
This workflow enables automated token swaps across multiple EVM blockchains using Li.Fi and 1Shot API. It ensures secure and efficient conversion of ERC-20 tokens to native gas tokens.
n8n$14.99Automate Hourly Crypto Market Analysis and Alerts from Binance to Telegram
This workflow automates the process of fetching hourly crypto market data from Binance, analyzing key metrics, and sending a detailed market summary to Telegram.
n8n$9.99Automate Cryptocurrency Price Alerts from CoinGecko to Discord
Stay informed about cryptocurrency price changes with this automated workflow. It monitors your selected cryptocurrency's price via CoinGecko and sends alerts to Discord when prices exceed your specified thresholds.
n8n$9.99Automate Nostr #damus Reporting with Gmail and Telegram Integration
This workflow automates the process of analyzing and reporting Nostr threads with the #damus hashtag, integrating with Gmail and Telegram for seamless communication.
n8n$14.99Automate Crypto Portfolio Tracking in Airtable
This workflow automatically updates your cryptocurrency portfolio values in Airtable every hour, enabling you to track your investments effortlessly.
n8n$4.99Automate Blockchain Insights Retrieval via Chat with GPT-4 and Nansen MCP
This workflow automates the retrieval of blockchain insights through chat messages using GPT-4 and Nansen MCP, providing real-time data on wallet activities and token movements.
n8n$4.99Automated Aave Portfolio Monitoring with AI-Powered Reports
This workflow automates the monitoring of DeFi wallet positions on Aave V3 using AI to generate detailed reports. It fetches data via Moralis API, processes it with OpenAI's GPT-4o, and delivers insights through Telegram and Gmail.
n8n$14.99Automate Cryptocurrency Funding Fee Tracking with Binance API and Airtable
### Video Guide I prepared a detailed guide that showed the whole process of integrating the Binance API and storing data in Airtable to manage funding statements associated with tokens in a wallet. [](https://youtu.be/GBZRduOzOzg) [Youtube Link](https://youtu.be/GBZRduOzOzg) ### Who is this for? This workflow is ideal for developers, financial analysts, and cryptocurrency enthusiasts who want to automate the process of managing funding statements and token prices. It's particularly useful for those who need a systematic approach to track and report funding fees associated with tokens in their wallets. ### What problem does this workflow solve? Managing funding statements and token prices across multiple platforms can be cumbersome and error-prone. This workflow automates the process, allowing users to seamlessly fetch funding fees from Binance and record them alongside token prices in Airtable, minimizing manual data entry and potential discrepancies. ### What this workflow does This workflow integrates the Binance API with an Airtable database, facilitating the storage and management of funding statements linked to tokens in a wallet. The agent can: - Fetch funding fees and current positions from Binance. - Aggregate data to create structured funding statements. - Insert records into Airtable, ensuring proper linkage between funding data and tokens. 1. **API Authentication**: The workflow establishes authentication with the Binance API using a Crypto Node to handle API keys and signatures, ensuring secure and verified requests. 2. **Data Collection**: It retrieves necessary data, including funding fees and current positions with properly formatted API requests to ensure seamless communication with Binance. 3. **Airtable Integration**: The workflow inserts aggregated funding statements and token data into the corresponding Airtable records, managing token existence checks to avoid duplicate entries. ### Setup 1. **Set Up Airtable Database**: Create an Airtable base with tables for Funding Statements and Tokens. 2. **Generate Binance API Key**: Log in and create an API key with appropriate permissions. 3. **Set Up Authentication in N8N**: Utilize a Crypto Node for Binance API authentication. 4. **Configure API Request to Binance**: Set request method and headers for communication with the Binance API. 5. **Fetch Funding Fees and Current Positions**: Retrieve funding data and current positions efficiently. 6. **Aggregate and Create Statements**: Aggregate data to create detailed funding statements. 7. **Insert Data into Airtable**: Input the structured data into Airtable and manage token records. 8. **Using Get Price Node**: Implement a Get Price Node to maintain current token price tracking without additional setup.
n8n$24.99Blockchain Monitor with ScrapeGraphAI Risk Detection, Instant Alerts, and Slack Integration
# Smart Blockchain Monitor with ScrapeGraphAI Risk Detection and Instant Alerts ## Target Audience - Cryptocurrency traders and investors - DeFi protocol managers and developers - Blockchain security analysts - Financial compliance officers - Crypto fund managers and institutions - Risk management teams - Blockchain developers monitoring smart contracts - Digital asset custodians ## Problem Statement Manual blockchain monitoring is time-consuming and prone to missing critical events, often leading to delayed responses to high-value transactions, security threats, or unusual network activity. This template solves the challenge of real-time blockchain surveillance by automatically detecting, analyzing, and alerting on significant blockchain events using AI-powered intelligence and instant notifications. ## How it Works This workflow automatically monitors blockchain activity in real-time, uses ScrapeGraphAI to intelligently extract transaction data from explorer pages, performs sophisticated risk analysis, and instantly alerts your team about significant events across multiple blockchains. ### Key Components 1. **Blockchain Webhook** - Real-time trigger that activates when new blocks are detected 2. **Data Normalizer** - Standardizes blockchain data across different networks 3. **ScrapeGraphAI Extractor** - AI-powered transaction data extraction from blockchain explorers 4. **Risk Analyzer** - Advanced risk scoring based on transaction patterns and values 5. **Smart Filter** - Intelligently routes only significant events for alerts 6. **Slack Alert System** - Instant formatted notifications to your team ## Risk Analysis Specifications The template performs comprehensive risk analysis with the following parameters: | Risk Factor | Threshold | Score Impact | Description | |-------------|-----------|--------------|-------------| | **High-Value Transactions** | >$10,000 USD | +15 per transaction | Individual transactions exceeding threshold | | **Block Volume** | >$1M USD | +20 points | Total block transaction volume | | **Block Volume** | >$100K USD | +10 points | Moderate block transaction volume | | **Failure Rate** | >10% | +15 points | Percentage of failed transactions in block | | **Multiple High-Value** | >3 transactions | Alert trigger | Multiple large transactions in single block | | **Critical Failure Rate** | >20% | Alert trigger | Extremely high failure rate indicator | **Risk Levels:** - **High Risk**: Score ≥ 50 (Immediate alerts) - **Medium Risk**: Score ≥ 25 (Standard alerts) - **Low Risk**: Score < 25 (No alerts) ## Supported Blockchains | Blockchain | Explorer | Native Support | Transaction Detection | |------------|----------|----------------|----------------------| | **Ethereum** | Etherscan | Full | High-value, DeFi, NFT | | **Bitcoin** | Blockchair | Full | Large transfers, institutional | | **Binance Smart Chain** | BscScan | Full | DeFi, high-frequency trading | | **Polygon** | PolygonScan | Full | Layer 2 activity monitoring | ## Setup Instructions **Estimated setup time: 15-20 minutes** ### Prerequisites - An n8n instance with community nodes enabled - ScrapeGraphAI API account and credentials - Slack workspace with webhook or bot token - Blockchain data source (Moralis, Alchemy, or direct node access) - Basic understanding of blockchain explorers ### Step-by-Step Configuration #### 1. Install Community Nodes ```bash # Install required community nodes npm install n8n-nodes-scrapegraphai ``` #### 2. Configure ScrapeGraphAI Credentials - Navigate to Credentials in your n8n instance - Add new ScrapeGraphAI API credentials - Enter your API key from ScrapeGraphAI dashboard - Test the connection to ensure proper functionality #### 3. Set up Slack Integration - Add Slack OAuth2 or webhook credentials - Configure your target channel for blockchain alerts - Test message delivery to ensure notifications work - Customize alert formatting preferences #### 4. Configure Blockchain Webhook - Set up the webhook endpoint for blockchain data - Configure your blockchain data provider (Moralis, Alchemy, etc.) - Ensure webhook payload includes block number and blockchain identifier - Test webhook connectivity with sample data #### 5. Customize Risk Parameters - Adjust high-value transaction threshold (default: $10,000) - Modify risk scoring weights based on your needs - Configure blockchain-specific risk factors - Set failure rate thresholds for your use case #### 6. Test and Validate - Send test blockchain data to trigger the workflow - Verify ScrapeGraphAI extraction accuracy - Check risk scoring calculations - Confirm Slack alerts are properly formatted and delivered ## Workflow Customization Options ### Modify Risk Analysis - Adjust high-value transaction thresholds per blockchain - Add custom risk factors (contract interactions, specific addresses) - Implement whitelist/blacklist address filtering - Configure time-based risk adjustment
n8n$9.99Check TRON Wallet Blacklist Status via Telegram Bot
This n8n workflow allows users to verify if a TRON wallet address is blacklisted on the USD contract using a Telegram bot. Users send a wallet address command to the bot, which queries the TRON API and returns the blacklist status.
n8n$4.99Automated Bitcoin Price Drop Alerts with n8n and Bright Data
This workflow automatically monitors Bitcoin prices using Bright Data and sends alerts via email when a significant price drop occurs, helping traders and investors seize buying opportunities without constant market surveillance.
n8n$9.99Automate Hourly Crypto Rate Monitoring with Alpha Vantage and Google Sheets
This workflow automates the hourly monitoring of cryptocurrency exchange rates for Bitcoin (BTC) and Ethereum (ETH) using the Alpha Vantage API. The data is logged into Google Sheets and alerts are sent via Telegram.
n8n$9.99Automate Cryptocurrency Market Alerts with AI for Discord and Telegram
This n8n workflow automates the delivery of cryptocurrency market updates for BCUSD and EHUSD pairs to Discord and Telegram. It aggregates news from trusted sources, performs sentiment analysis using AI, and sends structured alerts to keep traders informed.
n8n$24.99Automate Hourly Crypto Market Updates to X and Email
This workflow automates the delivery of real-time cryptocurrency market updates by fetching data from the CoinGecko API. It formats the information into an engaging message and shares it on X (formerly Twitter) and via email, with customizable schedules and cryptocurrency options.
n8n$4.99
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work