graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
2{"`<strong>if</strong><br>If hyperliquid`"}
3["`<strong>hyperliquid</strong><br>fetch funding rate hyperliquid`"]
4["`<strong>binance</strong><br>fetch funding rate binance`"]
5{"`<strong>if</strong><br>If funding rate exceeds threshold`"}
6{"`<strong>if</strong><br>If telegram alert`"}
7["`<strong>telegram</strong><br>send telegram alert`"]
8["`<strong>sendMail</strong><br>send email alert`"]
Start ---> 1
1 ---> 2
2 -->|true| 3
2 -->|false| 4
3 ---> 5
4 ---> 5
5 ---> 6
6 -->|true| 7
6 -->|false| 8
Get notified when funding rates reach levels that signal trading opportunities, so you never miss a profitable moment.
This workflow is designed for traders and DeFi users who want to stay informed about funding rate opportunities across different exchanges without constantly monitoring the markets manually.
Manually checking funding rates across multiple exchanges is time-consuming and you might miss profitable opportunities when funding rates reach favorable levels. This workflow automates the monitoring process and sends instant alerts when funding rates exceed your specified threshold, helping you capitalize on trading opportunities.
Hyperliquid - Get funding rate: Fetches current funding rate for a perpetual trading pair
Binance - Get All Funding Rates: Fetches all funding rates for perpetual contracts
Telegram - Send Telegram Message: Sends text messages through Telegram's bot API using _chatId, message, and optional parameters
SendMail - Send Email with SeamFlux Robot: Sends email using SeamFlux Robot's configured Resend API with predefined sender address
_
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.