Skip to content

Exchange Listing Scraper

Monitors major exchange announcement feeds for new spot listings and executes buy/sell orders automatically when one is detected.

Exchanges monitored

New listing announcements are tracked on:

  • Binance
  • Upbit

Execution goes to Binance or Bitget first — whichever has the pair available. If neither, it falls back to MEXC, KuCoin, or Bybit.

Workflow

  1. Announcement feed is watched continuously via WebSocket or polling
  2. When a new symbol appears, it's checked against already-processed listings to avoid duplicates
  3. A market buy is placed immediately on the configured exchange
  4. An autosell fires based on strategy — price target, timing, or both
  5. Every buy and sell is logged with timestamp, price, and size

Binance Alpha

There's also a separate flow for Binance Alpha announcements. These get parsed for ticker symbols and can trigger DEX buys on Solana or BSC rather than a CEX order — fully automated, no manual step in between.

Timing

The gap between an announcement going live and the buy order hitting the exchange is always sub-second. Multiple servers are deployed in locations chosen based on each exchange's feed — the closest one to the source picks up the signal first.

Configuration

  • Exchange — which exchange to execute on
  • Amount (USDT) — position size
  • Delay (s) — how long to wait before autosell
  • Side — buy or sell (for manual overrides)