Telegram bot
Hello, I need to create a Telegram bot that will send me notifications about the spread between futures trading pairs https://www.gate.com/ru/futures/USDT/SPACEX_USDT?ref=gate-uainvest&ref_type=106 https://app.hyperliquid.xyz/trade/vntl:SPACEX
-
The preliminary working minimum is 12,000 UAH, the term is 4 days. 700 UAH is only enough for a short check of data sources, but not for a stable bot with Telegram notifications, spread logic, and noise protection =/
Look, there’s a nuance here - for such a bot, I wouldn’t parse pages, but would take data through available exchange interfaces or sockets, then calculate the spread, check the threshold, and send notifications only when there is a real signal. It can be kept simple, but it needs to be done properly - otherwise, the bot will either be silent or flood with unnecessary alerts.
> Please clarify whether to calculate the spread in percentages, in USDT, or both options.
> Only the SPACEX_USDT pair is needed - vntl SPACEX, or should there be a list of pairs and threshold settings?
Similar logic examples:
> https://business.ingello.com/vorfahr - automation of processes and working with data from multiple sources
… > https://business.ingello.com/fractal - complex agent and automation systems where the reliability of scenarios is important
> https://systems-fl.ingello.com/ua - Ingello Systems for FLH
!! It’s better to create a small but reliable first stage!! - a bot, one pair, threshold, data check, Telegram notifications, error log. Then we can add a few pairs, admin settings, and smarter signal filtering. Measure seven times, cut once - this folk wisdom isn’t so boring here, although it sounds like my inner accountant.
-
I will develop an asynchronous Telegram bot in Python (Aiogram 3.x + Asyncio), which will track the spread of the SPACEX pair in real-time through a direct WebSocket connection to the Gate.io and Hyperliquid APIs, with instant notifications in the chat.
Since Hyperliquid uses a specific format for its pre-IPO perpetuals via SDK/smart contracts (SPCX-USDC), and Gate trades the SPACEX_USDT pair, should the bot's logic include an automatic calculation of the cross-rate considering the current difference between USDC and USDT, so you can see the net spread without the error on stablecoins?
Budget and deadlines — in personal correspondence.
Similar completed project: В модулі OpenCart виправити 5 проблем повязаних з Facebook API
-
Hello! I have been working in automation and bot development for over 4 years. I can complete everything quickly and efficiently!
After the specifications are approved, I will start working.
-
Hello! I am ready to take on your project and will complete it urgently. I have extensive experience with similar tasks, so there will be no difficulties. If I have piqued your interest, feel free to write; I am happy to collaborate!
-
Hello, I worked on a crypto trading bot for arbitrage between Binance and Bybit with automatic spread tracking. The bot processed over 50 trading pairs every minute and increased profitability by 23%.
I’m curious if you plan to set up automated trading based on spread signals, or if you only need notifications?
I suggest we get in touch; I will provide you with free technical consultation and we can create a development plan + I will tell you about my team!
-
Hello, my name is Mykyta.
I am ready to take on the development of this notification bot.
I have experience in parsing and working with exchange APIs, and I have already created similar bots for monitoring prices and spreads.
I can use Python + aiogram3 for maximum efficiency.
Portfolio:Freelancehunt
Estimated price, timeline: 700, 1 day.
Write to me, and we will discuss the details.
-
216 Good day! I can implement a bot for monitoring the spread between Gate.io and Hyperliquid. The bot will compare the prices of futures pairs in real-time through the APIs of both exchanges and send notifications to Telegram when the specified spread threshold is exceeded. Setting the threshold and selecting pairs will be done through bot commands. I have experience working with exchange APIs and developing Telegram bots in Python.
-
259 Good day! The task is clear. I have already checked the open APIs of both exchanges (Gate.io and Hyperliquid) - the data is returned perfectly, so the bot will work as quickly and without delays as possible.
I will write it in Python (asynchronously). The bot will monitor prices in the background and send notifications as soon as the spread exceeds the percentage you need.
I am ready to discuss the details and start working. Feel free to reach out!
-
457 Good day! We can help with creating a Telegram bot for monitoring the spread between futures pairs on Gate and Hyperliquid. Here’s how we see the logic of operation:
— obtaining current prices for the required trading pairs
— calculating the spread between Gate and Hyperliquid
— setting up alert thresholds
— automatic notifications in Telegram when the specified spread is reached
— ability to change monitoring parameters
— logging events and basic statistics
— stable operation of the bot 24/7 on the server
Before implementation, we will need to clarify:
… — which specific spread to consider as a signal
— whether notifications are needed in % or in absolute value
— how often to check prices
— whether a history of triggers is needed
— whether the bot should support adding new pairs in the future
We can offer a simple MVP version, and then expand it to a full monitoring system if needed.
-
650 2 0 Good day! 👋
An interesting task — monitoring the spread between Gate.io and Hyperliquid in real time.
We connect to the WebSocket of both exchanges, calculate the spread for the SPACEX_USDT pair, and send notifications to Telegram as soon as the spread reaches the desired threshold. The thresholds and pairs are configurable.
Ready to work, we will discuss the details in private 🤝
-
9897 67 0 Hello! I will complete your task quickly and efficiently.
I will create a bot.
My latest works:
https://indexfast.pp.ua
https://mamamia.pp.ua
https://monitortest.pp.ua
https://keytest.pp.ua
https://florist-map.vercel.app
… My portfolio: https://freelancehunt.com/ua/freelancer/romas6ka.html#portfolio
Message me, I will start working today. I look forward to collaborating with you!
-
265 Good day, I am writing on behalf of the company Devoxen. We specialize in your task. We have extensive experience in developing Telegram bots, trading tools, and integrations with cryptocurrency exchanges via API/WebSocket. We can implement a bot that will track the spread between futures pairs on Gate and Hyperliquid in real-time and send notifications to Telegram under specified conditions.
We can do this without unnecessary questions and time costs. We can also add flexible settings for the spread threshold, frequency of checks, multiple trading pairs, and signal logging. Additionally, we provide a guarantee and support if desired. We can start working on your project immediately after discussing the technical specifications.
I suggest moving to private messages for a more detailed conversation.
-
300 Good day, I can quickly and efficiently create such a bot. I am interested in working with bots, so I will be eager to work on the order. I look forward to your messages to discuss the details and wishes :)
-
184 1 1 Good day. I am ready to complete this project as I have extensive experience in app development.
-
196 we already have a practically ready similar solution, it can be quickly adapted for Gate and Hyperliquid and discussed here now, I am in touch ))
for the MVP, I suggest making a bot in 2 days for 3000 UAH.
We can keep it simple - we take prices via API or data stream, calculate the spread in percentages and USDT, add a trigger threshold, anti-spam notifications, and a simple error log.
look, here’s the nuance - the Hyperliquid page is dynamic, so it’s better to take the price not from the webpage, but from an official data source or a stable request.
> what threshold of the spread to consider a signal - in percentages, in USDT, or both options
… > how often to check the pair - every few seconds or through a constant data stream
examples of similar works
> https://business.ingello.com/vorfahr - automation of signal collection and business logic
> https://business.ingello.com/fractal - complex automations and agent scenarios
main profile on systems and automation
> https://systems-fl.ingello.com/ua--
-
1251 35 1 3 Hello Rom, I will do it)
Message me privately and we will discuss it in more detail.
Hello Rom, I will do it)
Message me privately and we will discuss it in more detail.
-
249 Hello. I can create such a Telegram bot.
The bot will receive prices for the required futures pairs on Gate and Hyperliquid, calculate the spread between them in percentages, and send notifications to Telegram when the difference exceeds a specified threshold.
To proceed, we need to clarify: what specific spread threshold you are interested in; how often to check prices; whether only the SPACEX_USDT pair is needed, or if others will be required in the future; where exactly to send the messages — to a personal chat or a group.
I can create a simple, stable version without unnecessary functionality: the bot works, checks the spread, and sends messages. After that, settings can be added through bot commands if needed.
-
236 Ready to take on the project. I have extensive experience in this type of work.
-
1495 13 0 Hello! I have extensive experience in developing Telegram bots for automation and parsing. Please message me privately to discuss the project details!
-
368 0 1 Hello, Kyrylo! The task is clear: I need a fast and stable bot in Python that will monitor the prices (futures) of the SPACEX token in real-time between the Gate.io and Hyperliquid exchanges.
How I will implement the task:
• Speed: I will write the bot asynchronously (using aiogram + asyncio) so that price checks occur without delays.
• Working with exchanges: I will connect to the official APIs via the ccxt library for accurate retrieval of Ask/Bid prices.
• Flexibility: The spread (percentage difference) will be set as a separate configuration so you can change the trigger threshold yourself (for example, send notifications only if the spread > 1.5%).
• Convenience: Notifications in TG will come instantly with ready links to both exchanges for your convenience.
I have experience in developing Telegram bots, I write clean code with comments. I am ready to discuss the details and adjust the request frequency to prevent the exchanges from blocking the IP. I look forward to collaborating!
-
2163 14 0 1 Good day. I, an individual developer, offer my services for designing and implementing an arbitrage bot tailored to your pairs. I have experience in full-stack development using Python and writing asynchronous data parsers, and I work officially through a sole proprietorship. The script will be built on the basis of Aiogram 3 and HTTPX/WebSockets to ensure minimal induced pitch (latency) between price changes on the exchange and notifications in the chat. The bot will support custom settings for the percentage threshold of the spread directly from the menu. My approach to optimizing architecture and code is presented in my portfolio at 3magency.co and https://vilors.studio/.
-
309 Hello. Our small team has experience in developing full-stack services and integration scripts for e-commerce and trading. For your task, we will deploy a reliable architecture: a Python service for collecting and analyzing data from exchange order books, a database for storing trigger settings, and a Telegram bot for managing notifications. The logic for calculating the spread will take into account the specifics of market making on DEX and CEX, minimizing false triggers during low liquidity. You can familiarize yourself with our projects and code quality at the following links: freshagro.com.ua, farfieworldwide.com, rivnekolo.com.
-
184 Good day. My colleague and I specialize in the development of automated systems and the integration of web APIs for financial instruments. In response to your request for the futures pairs SPACEX_USDT (Gate) and vntl:SPACEX (Hyperliquid), the optimal solution would be to create a background script that continuously parses the order books of both platforms. The bot will send structured notifications only when the price difference exceeds the limit you set, and will also include direct links to trading terminals for quick response. Examples of our approach to building stable automation systems: drkukharevich.rivne.ua, crave-agency.com.ua, jk-solution.com.ua.
-
1246 13 0 3 To track the spread between Gate.io and Hyperliquid, my partner (a full-stack developer and designer) and I propose to implement asynchronous monitoring based on Python and the Aiogram 3 library. The main focus here should not be on regular REST requests, which have limits, but on connecting via WebSockets to both exchanges. This will allow us to calculate the delta between the best bid and best ask prices in real-time without delays. Our experience working with crypto APIs and developing interfaces is reflected in the projects hyperfi.tech, espressolab.com.ua, and hudi.com.ua. We can discuss the technical details of calculating fees in the spread formula in more detail.
-
343 You won't believe it, just two weeks ago I made such a bot for my friend. He uses it and is happy. Write to me, I'll make one for you too.
-
260 1 0 I am interested in your project. But there are many details here that directly affect the architecture, development time, and final cost. I suggest we first discuss the technical aspects: exchanges, calculation logic, update frequency, notification format, and additional features. After that, I will be able to provide an accurate timeline and cost for development.
-
5170 37 2 Hello! I am implementing this bot turnkey.
I have worked with the Gate.io and Hyperliquid APIs — I know how to get futures prices from both exchanges in real time. The bot will track the spread between SPACEX_USDT on Gate and SPACEX on Hyperliquid and send notifications to Telegram when the specified threshold is exceeded.
Stack: Python + aiohttp + aiogram.
Please clarify: what spread threshold are you interested in, and do you need deployment on a server or just a script?
-
4987 41 4 1 Good evening!
I professionally develop Telegram bots in Python, particularly with experience working with APIs for data tracking. I am ready to create a bot for you to monitor the spreads of futures pairs, as specified in the technical specifications, and deploy it.
Message me privately, and we will clarify the details.
-
2264 18 3 Good day. I specialize in developing Telegram bots in Python and have experience in creating functionality for working with exchanges. I can develop the necessary notifier for you. Write to me, and we will discuss the details, and I will start working on it right away.
-
1632 16 0 1 Hello! The task is clear: monitor the spread between SPACEX_USDT futures on Gate.io and Hyperliquid and receive notifications in Telegram when the spread goes beyond specified limits — a classic arbitrage alert system. Both exchanges have open APIs for this:
Gate.io APIv4 provides public endpoints for obtaining real-time market statistics for futures, and Hyperliquid API allows interaction with perpetual futures via WebSocket API for live price feeds and REST API for market data retrieval.
Approach: 1) Connect to Gate.io Futures API (GET /futures/usdt/tickers for SPACEX_USDT) and Hyperliquid Info API (POST /info with allMids for SPACEX) — retrieve last price / mid price from both exchanges. 2) The script compares prices and calculates the spread in % in real-time (polling every 5–15 seconds or via WebSocket for instant updates). 3) If the spread exceeds the specified threshold (e.g., >2%) — the bot sends a notification in Telegram with details: Gate price, HL price, spread %, direction. 4) I will add commands for configuration: /threshold 3 — change the threshold, /status — current prices and spread, /start / /stop — enable/disable alerts.
Approximately 3–5 working days, $200–350. Please clarify: 1) What spread thresholds are you interested in (e.g., >1%, >2%, >5%)? 2) Do you need just the alert or also logging of the spread history for analysis? 3) Is there a VPS where the bot will run 24/7?
-
1588 9 0 Hello!
I can create a Telegram bot that will track the spread between futures pairs on Gate and Hyperliquid and send notifications to Telegram when a specified difference occurs.
What will be included:
* real-time monitoring of pairs
* price comparison between exchanges
* notifications at the required spread
* support for multiple pairs
* spread threshold settings
…
Implementation:
* Python
* aiogram
* WebSocket/API of exchanges
* VPS/server deploy
Timeline: 1 day
Cost: 1000-2000 UAH depending on functionality.
-
738 9 1 Hello! I have reviewed your project and am ready to start working. I am confident that I can meet all your expectations.
-
3071 11 0 1 Hello. I will create a Telegram bot that will track the spread between futures pairs on Gate and Hyperliquid and send notifications when the desired price difference appears.
The logic can be customized to your scenario: which spread to track, how often to check the data, and when exactly to send the signal.
If you plan to expand the system for arbitrage or analytics later — I will immediately lay down a proper structure without the need to redo everything later.
Please let me know what spread threshold you need and how often the bot should check prices.
-
1267 35 1 Hello. There is such a bot. I wrote it in PHP. I can tell you about all the nuances related to arbitration.
-
4587 50 1 Good day, I am a Python developer with extensive experience in developing Telegram bots of various complexity. I can complete your order quickly and efficiently. Write to discuss the details, I am ready to start today. I will also upload your bot to the server for stable operation 24/7 and I will provide technical support for the bot for another month. This is included in the cost.
-
253 Welcome! We are a team of developers with 4 years of experience in creating bots, automating processes, and data parsing. We create Telegram bots based on Python and Javascript that can handle high loads and operate without failures. We will help you clearly design the bot's logic, set up payment gateway connections, notifications, and an admin panel for analytics. We pay special attention to cybersecurity to reliably protect the user database. Write to us in private messages, and we will discuss your requirements in detail and immediately approve the final structure.
-
256 Welcome! Our team has been specializing in the development of automated systems and creating smart Telegram bots of any complexity for 4 years. We write clean and fast code in Python, build reliable database architectures, and integrate third-party services via API. We implement full functionality for you: from interactive intelligent menus and developing flexible scenarios to integrating payment systems and protecting user data. We ensure easy bot management and uninterrupted operation on the server. We are ready to study your technical assignment and propose optimal working logic.
-
344 1 0 I can do it, please tell me how often? I am ready to help for a good review.
-
324 Hello,
I can help you create a Telegram bot to receive notifications about the futures trading pairs SPACEX_USDT and vntl:SPACEX using the API from Gate.com and Hyperliquid.xyz.
Before providing an accurate estimate, I need to clarify:
- Do the currency pairs consist only of two (SPACEX_USDT and vntl:SPACEX)?
- Is high data stability required in the Telegram bot?
- Is it possible to create an API request through Python without creating your own bot?
…
I previously see the implementation through your project.
The phrase that exact terms/cost can be provided after clarification.
-
415 3 0 Good day!
I see you need a Telegram bot that tracks the spread between the SPACEX_USDT futures pairs on Gate.io and Hyperliquid and sends notifications.
I noticed that these are two different platforms — Gate.io has an official REST API, and Hyperliquid also has a public API.
So, it can be implemented without problems.
I would like to clarify 2 points:
1) At what spread size should notifications be sent - for example, from 0.5%, 1%, or is it adjustable manually?
2) Does the bot run continuously on a server, or do you start it manually when needed?
…
I will do the following:
1) A Python script that simultaneously pulls prices from the Gate.io API and Hyperliquid API every N seconds
2) Calculates the spread and sends a Telegram notification with the prices from both exchanges and the percentage difference
3) The spread threshold is adjustable — you will be able to change it yourself without a programmer
I have a similar project in my portfolio: SaaS AI analytics - integration with external APIs and automatic real-time data processing.
Cost: from 1,500 UAH / Deadline: 2–3 days.
I can start today. Please answer the 2 questions — and I will begin.
— I create websites and web applications that deliver results · Denys Ivanchенко
-
10152 117 0 Hello!
I develop bots for Telegram using NodeJS. I am ready to take on the project. Write to me, and we will discuss.
-
690 2 0 Hello!
I am interested in your project. I have experience in developing bots and complex API integrations, and I also have a great understanding of futures trading mechanics and the logic of finding arbitrage situations. Please message me for details.
-
356 2 0 Good afternoon, I have extensive experience in developing bots for CEX and DEX exchanges (Binance, Bybit, Gate, MEX, KuCoin, AsterDex, HyperLiquid, etc.)
I am ready to implement your project. Please message me, I have a few questions.
-
933 5 0 1 Hello! I am Volodymyr, the founder of the engineering agency Vaysed. Your task of creating a Telegram bot for monitoring the spread between futures on Gate and Hyperliquid is a great example of algorithmic trading, and it perfectly matches our technical profile. We will develop an autonomous backend in Python that will connect simultaneously to the websockets or REST API of both exchanges. For Gate, we will use their official Futures API, and for Hyperliquid, we will integrate their native client for instant access to the current quotes of the SPACEX token.
The system will continuously gather prices from both platforms, instantly calculate the percentage of divergence, and send notifications to your Telegram. To prevent the bot from spamming you with every minor micro-fluctuation in the market, we will implement a state management system through a fast Redis database, which will strictly control the frequency of messages and respond only to significant changes.
Our team has extensive experience in developing similar fault-tolerant financial infrastructures. We have successfully implemented secure interactions with cryptocurrency APIs and Web3 interfaces in our large-scale projects WorkersTon and Nova Party. We have refined mechanisms for continuous monitoring of large data sets without delays or hangs in the Lumos system, and we have perfectly tuned reliable notification routing in Telegram within the Prudbay Clothes Support ecosystem.
You can evaluate our engineering approach and familiarize yourself with the implemented infrastructure solutions on the official agency website https://vaysed.me/. Please let us know what minimum percentage or price divergence step between these two exchanges should serve as a trigger for generating and sending you a signal?
-
8896 30 0 Hello, I have made many such bots and I can make one for you as well.
Write to me, we will discuss everything in detail, and I can start working on it right away.
Portfolio:Freelancehunt
Reviews:Freelancehunt
-
3942 105 0 Good day, I have similar solutions for these and other platforms, ready to do it for you. Is this ticket the only one you are interested in or are there others?
-
1228 13 1 Hello! I have experience creating Telegram bots using aiogram with real notifications, particularly for financial data. I can connect to APIs or scrape data from pages to track spreads. Do you have any preferences regarding the frequency of notification updates?
-
Ask your question to the client
Current freelance projects in the category Bot Development
A bot needs to be created in Telegram for subscription payment.
45 USD
A bot needs to be created in Telegram where users can subscribe for access to the webcams located in the yard. Organize payment for two types of subscriptions (monthly and daily) in the bot. The bot should automatically check the payment and then provide access links. Python, Bot Development ∙ 6 hours 37 minutes back ∙ 59 proposals |
Development of an AI consultant for a work visa verification website (WordPress)Development of an AI Consultant for a Work Visa Check Website (WordPress) About the Project An English-language website is being developed for the preliminary check of eligibility for a work visa in Israel. An AI consultant in the format of an online chat is needed to assist… AI & Machine Learning, Bot Development ∙ 12 hours 28 minutes back ∙ 30 proposals |
SMM + content manager for an IT school - experience with funnels and course promotionAbout us A young practical IT education project at the start. We are preparing the first batch of the PM course and building channels from scratch. We are looking for a person with whom we will grow. What needs to be done We have a vision, but no written strategy. We are looking… Social Media Marketing (SMM), Bot Development ∙ 1 day 13 hours back ∙ 20 proposals |
Development of 2 chatbots for mini-coursesWe are looking for a specialist to develop two chatbots for the automatic delivery of paid mini-courses. The topics of the mini-courses: Hair care at home. Scalp care at home. Important: The chatbots must be implemented based on ready-made builders. Custom solutions will not be… Bot Development ∙ 4 days 10 hours back ∙ 58 proposals |
Telegram bot
113 USD
Need a turnkey Telegram bot in Python (aiogram + SQLite + web admin). Functions: registration, balance, top-up, withdrawal, referrals, promo codes, VIP, newsletters, support, admin panel, payments (Kaspi/crypto/Stripe/Stars) Bot Development ∙ 5 days 12 hours back ∙ 70 proposals |