Post

Trading Algorithms — Binance Sync & Market Data UI

Binance market data sync, React trading frontends, and observability stack.

Trading Algorithms — Binance Sync & Market Data UI

Algorithmic trading tooling spanning Binance market data sync, React trading frontends, and observability — built as standalone OSS-style repos and in support of the Markets Platform contract.

Key components

ComponentFocus
binance/sync-v3~154 commits — primary sync service (2025–2026)
trading-algorithms/frontReact trading UI
polymarketPrediction-market experiments

Architecture

  • Go sync services ingest exchange klines and trades
  • React/TypeScript frontends for charting and strategy monitoring
  • Grafana + Loki + Promtail for pipeline observability

Docker Compose

sync-v3/compose.yml runs binance-api, loki, promtail, grafana — a minimal ops stack for sync health and latency dashboards.

  • go-fdp — historical data proxy
  • go-trade — unified market data model

Tech stack

Go · TypeScript/React · Exchange APIs · Grafana · Loki

This post is licensed under CC BY 4.0 by the author.