graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
2["`<strong>hyperliquid</strong><br>hyperliquid funding rate`"]
5["`<strong>binance</strong><br>binance spot orderbook`"]
4["`<strong>hyperliquid</strong><br>hyperliquid perp orderbook`"]
3{"`<strong>if</strong><br>If funding rate greater than target`"}
7["`<strong>hyperliquid</strong><br>hyperliquid sell`"]
8["`<strong>binance</strong><br>binance buy`"]
6{"`<strong>if</strong><br>If order spread large than`"}
Start ---> 1
1 ---> 2
2 ---> 3
5 ---> 6
4 ---> 5
3 ---> 4
7 ---> 8
6 ---> 7
Automatically find and profit from price differences between exchanges by trading on both platforms simultaneously.
This workflow is designed for traders who want to automatically profit from price differences between exchanges by executing arbitrage trades across Hyperliquid and Binance.
Manual arbitrage trading requires constant monitoring of multiple exchanges and quick execution when opportunities arise. Price differences between exchanges can be fleeting, making it difficult to capitalize on them manually. This workflow automatically identifies profitable arbitrage opportunities by comparing funding rates and order books across exchanges, then executes trades to capture the profit.
Fetches the funding rate from Hyperliquid
Fetches the order book from Hyperliquid's perpetual market
Fetches the order book from Binance's spot market
Calculates the price difference and determines if there's a profitable opportunity
Executes trades: sells on Hyperliquid perpetual market and buys on Binance spot market
Set the coin name in the config node (e.g., "btc")
Set the trade amount in the config node
Connect your Binance API Keys in the config node
Connect your Hyperliquid API Keys in the config node
Hyperliquid - Get funding rate: Fetches current funding rate for a perpetual trading pair
Hyperliquid - Get order book: Fetches current order book data for a trading pair
Hyperliquid - Create trading order: Creates a new trading order
Binance - Get Order Book: Fetches current order book data for a trading pair
Binance - Create Order: Creates a new trading order with unified parameters (symbol, side, type, size, price) on Binance spot or perpetual markets
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.