Algorithmic Trading & Automation

HYPIXEL BAZAAR BOT

> Real-time market arbitrage engine.
HYPIXEL API PYTHON ASYNC IO DATA ANALYSIS
2.4K+
Items Tracked
~15ms
Latency
12.5%
Avg. ROI
24/7
Uptime

// BOT_OUTPUT

// HOW_IT_WORKS

  • 1. Grabs data from the Hypixel API for all products in the bazaar.
  • 2. Compares prices to past data points to establish a trend.
  • 3. If trend slope is lower than threshold (20% drop), outputs BUY message.
  • 4. Waits for price recovery and outputs SELL message.

// ABOUT

Hypixel has an in-game version of the stock market where players can trade in-game items in exchange for coins.

Due to the large playerbase of Hypixel, it results in movements very similar to its real-world counterpart.

Seeing a lack of automation from other players, I decided to code a simple bot that would do the trading for me.

// TECHNOLOGIES_USED

  • PYTHON - Core logic and data processing
  • HYPIXEL API - Real-time market data stream
  • ASYNCIO - Asynchronous non-blocking item scanning
  • REQUESTS - HTTP communication handling
  • JSON - Data parsing and state management