graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
2["`<strong>binance</strong><br>fetch binance ticker`"]
3{"`<strong>if</strong><br>If spread exceeds threshold`"}
4["`<strong>telegram</strong><br>send spread alert`"]
Start ---> 1
1 ---> 2
2 ---> 3
3 ---> 4
Compare cryptocurrency prices across different exchanges and get alerted when price differences create profitable trading opportunities.
This workflow is designed for traders who want to identify arbitrage opportunities by comparing cryptocurrency prices across different exchanges.
Manually checking prices across multiple exchanges is time-consuming and you might miss profitable arbitrage opportunities when price differences occur. This workflow automatically compares prices between two exchanges and sends alerts when the price difference exceeds your specified threshold, helping you identify trading opportunities.
Binance - Get Ticker Price: Fetches current ticker price for a specific symbol from Binance spot or perpetual markets
Hyperliquid - Get ticker price: Fetches current ticker price for a trading pair
Okx - Get Ticker Price: Fetches current ticker price for a specific symbol from OKX spot or perpetual markets
Telegram - Send Telegram Message: Sends text messages through Telegram's bot API using _chatId, message, and optional parameters
_
Tip: This executable workflow was automatically generated by SeamFlux Bot. To use it, create an execution and test it with your data to ensure it meets your needs.
Ready to get started?
to run this template or create a scheduled task, and ask AI about detailed node execution steps.
Run Locally — download this workflow as a ZIP or run it via Seamflux CLI in your terminal; use the "Run Locally" button above to choose.
Build a workflow from scratch using AI chat. No complex parameter configuration or flowchart dragging needed.