Skip to content

enviodev/poly-whale-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polymarket Whale Tracker

Discord

A terminal UI (TUI) that shows large BUY trades on Polymarket in real-time, powered by Envio HyperSync.

poly-whale-tracker TUI

What This Does

  • Streams Polymarket OrderFilled events from HyperSync in real-time
  • Displays only BUY trades above a configurable USD threshold
  • Optionally filters by buyer/wallet addresses
  • Interactive terminal UI with trade detail view

What is HyperSync?

HyperSync is Envio's high-performance blockchain data retrieval layer. It is a purpose-built alternative to JSON-RPC endpoints, providing up to 2000x faster access to on-chain data across 70+ EVM networks.

Prerequisites

Install

cd TUI
bun install

Run

# First run - prompts for API key and saves to ~/.hypersync/.env
bun index.ts

# With a custom threshold (only show trades above $500)
bun index.ts -t 500

# With threshold and address filter
bun index.ts -t 500 -a "0xabc...,0xdef..."

# Pre-set API key via environment variable
ENVIO_API_TOKEN=your_key_here bun index.ts

CLI Flags

Flag Description Default
-t <number> USD threshold for BUY trades 100
-a <addr1,addr2,...> Comma-separated addresses to filter by All addresses

Keyboard Controls

Key Action
Up / Down (or k / j) Move selection
Enter Open trade details
T Set threshold
A Set address filter
Esc / Backspace Return from details
C Clear trade list
Q / Ctrl+C Quit

Related

Documentation

Support

About

Track Polymarket Whales with HyperSync

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors