MM Flow
Terminal · Charts · Data

Real-time financial charts and market data infrastructure.

Embed professional-grade crypto charts, order flow, footprint, market profile, liquidation heatmaps, and live market feeds in minutes.

Mainnet data · Data API · RC-ready npm SDK surface

mmflow.ai/developers/playground
BTC
ETH
SOL
HYPE

Live mids · Hyperliquid /ws · Streaming

Platform surfaces

Terminal for traders. Charts and data for builders.

The terminal proves the infrastructure in production; the chart SDK and data platform let other products embed the same real-time market stack.

mmflow Terminal

The live trading and analytics workbench: chart, order flow, footprint, market profile, liquidations, options, workspaces, watchlists, and API-key management.

mmflow Charts

Embeddable WebGL financial charts with React and Vue bindings, custom indicators, white-label themes, order-book heatmaps, footprint, and volume profile layers.

mmflow Data

REST, SSE, and keyed WebSocket access to normalized crypto market data, with bounded history, replay, and data-quality status surfaces.

Build on mmflow

Build on the same stack.

The terminal is built on reusable charting, order-flow, and read-only market-data modules. Embed the chart components, call the public API, and reuse the same primitives to build your own dashboards and research tools.

Terminal

Live Hyperliquid trading and an order-flow workbench — the first-party app built on the same chart and data stack.

Charts

Embeddable WebGL2 chart components — candles, volume, footprint, order-book heatmap, drawings, and custom indicators — with React & Vue bindings.

Data

Read-only market-data APIs — candles, funding, OI, liquidations, whales, options. One schema across venues, keys optional.

Terminal proof surface

Every flagship chart, one product.

The terminal is the live proof demo for the platform: derivatives, Hyperliquid-native data, macro & on-chain context, and synthesized signals grouped into a single workbench.

Data coverage

Everything a serious builder needs.

Real-time feeds, normalized snapshots, and chart-ready shapes across crypto and prediction markets.

Crypto

Real-time and historical-ready. One schema across every exchange.

REST

Snapshots

SSE

Live feeds

WS

Keyed gateway

Candles, open interest, funding rates, liquidations, volume profiles, TPO, orderbook heatmaps, and streamable trade feeds — surfaced through a developer-first API.

Prediction markets

Event discovery, orderbooks, and chartable market data.

Polymarket routes reuse the same API-first product model: discover markets, inspect books, and wire feeds into dashboards.

LiveReal-time streams
DepthOrderbook snapshots
EventsMarket discovery & search
OHLCVPer-market candles

polymarket analytics

http
# Discover Polymarket events
GET /v1/markets?exchange=POLYMARKET
    &pageSize=20

# Candles for a specific market
GET /v1/points?type=TRADE_SIDE_AGNOSTIC_AGG
    &exchange=POLYMARKET
    &rawSymbol={conditionId}

# Orderbook depth for a Polymarket event
GET /v1/points?type=BLOCK_BOOK_SNAPSHOT_AGG
    &exchange=POLYMARKET
    &rawSymbol={conditionId}

Data API

Every market, one schema.

Read-only REST + SSE across Hyperliquid, Binance, Bybit, OKX, Coinbase, Deribit, and more. JavaScript, Python, Go, and Rust clients; optional keys for higher quotas; live examples in the docs.

GET /api/v1

Bash
# Open interest across venues
curl -s "https://mmflow.ai/api/v1/perps/oi?coins=BTC,ETH&venues=hl,binance,bybit"

# Live whale tape over SSE
curl -N "https://mmflow.ai/api/v1/streams/whales?minUsd=500000"

Build with mmflow.

Start in the live terminal, embed the chart SDK, or wire normalized market feeds into your own product.