0xhype GitHub avatar

hyperliquid-tracker

0xhype

A Node.js bot that monitors Hyperliquid trades and sends Telegram notifications when large trades occur.

Stars

504

7-day growth

No data

Forks

0

Open issues

0

License

No data

Last updated

2026-07-21

Why it is worth attention

It provides a straightforward, customizable tool for tracking significant on-chain trades on Hyperliquid with real-time alerts, auto-reconnection, and a health check endpoint.

Who it is for

  • Crypto traders monitoring Hyperliquid activity
  • Developers integrating Hyperliquid data into Telegram alerts
  • Users who need a simple trade alert bot
  • Anyone interested in automating trade surveillance

Use cases

  • Receive Telegram notifications when a trade exceeds a configurable notional value
  • Monitor specific cryptocurrencies (e.g., BTC, ETH) for large trades
  • Deploy as a personal alerting service for Hyperliquid trades

Strengths

  • Easy step-by-step setup with minimal configuration
  • Customizable coin list and minimum trade threshold in config
  • Automatic reconnection on connection loss ensures reliability
  • Includes a health check endpoint for monitoring uptime

Considerations

  • Requires Node.js version 22.4.0 or higher
  • Notifications only available via Telegram
  • Dependent on Hyperliquid API availability and internet connection

README quick start

Hyperliquid Tracker

This bot monitors Hyperliquid trades and sends notifications to a Telegram channel when significant trades occur.

Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js (version 22.4.0 or higher)
  • npm (comes with Node.js) - pnpm can be used as well
  • Git (for cloning the repository)

Step-by-Step Setup Guide

1. Clone the Repository trough your terminal

git clone https://github.com/gabriel-azara/hyperliquid-tracker
cd hyperliquid-tracker

2. Create Your Telegram Bot

  1. Open Telegram and search for @BotFather
  2. Start a chat with BotFather and send /newbot
  3. Follow the instructions to create your bot
  4. Save the API token that BotFather gives you - you'll need it later
  5. Start a chat with your new bot by clicking the link BotFather provides

3. Get Your Telegram Chat ID

  1. Create a new Telegram channel where you want to receive notifications
  2. Add your bot to the channel as an administrator
  3. Forward any message from your channel to @userinfobot
  4. The bot will reply with information including the chat ID (it will look like -100xxxxxxxxxx)

4. Set Up Environment Variables

  1. Create a file named .env in the project root directory
  2. Copy the contents from .env.example into .env
  3. Fill in your Telegram bot token and chat ID and replace the values in your own .env file

5. Install Dependencies

npm install

6. Build the Project

npm run build

7. Start the Bot

npm start

For development, you can use:

npm run dev

Configuration

You can customize the bot by modifying the following in src/config/index.ts:

  • SUPPORTED_COINS: List of cryptocurrencies to monitor
  • MIN_NOTIONAL_VALUE: Minimum trade value to trigger notifications (default: 1,000,000)

Features

  • Real-time trade monitoring on Hyperliquid
  • Automatic notifications for large trades.
  • Support for multiple cryptocurrencies (can be extended)
  • Automatic reconnection on connection loss
  • Health check endpoint

Troubleshooting

  1. Bot not sending messages:
    • Verify your bot token and chat ID in .env
    • Ensure the bot is an administrator in your channel
    • Check if the bot has permission to

Description

Get notified when big trades happen on Hyperliquid.

Related repositories

Similar projects matched by category, topics, and programming language.

openclaw
Featured
openclaw GitHub avatar

openclaw

OpenClaw is a self-hosted personal AI assistant that runs on your own devices and integrates with over 25 messaging channels, featuring voice support, a live canvas, and multi-agent routing.

AI & Machine Learning
383,088
TanStack
Featured
TanStack GitHub avatar

router

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.

Web Development
14,802
mereyabdenbekuly-ctrl
Featured
mereyabdenbekuly-ctrl GitHub avatar

clodex-ide

Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.

Developer ToolsDesktop Apps
833