FerroFeed · reference

Binance connector

Reference for the Binance spot and futures connectors in FerroFeed.

The Binance connector consumes the public WebSocket feed for spot and USDT-margined futures, normalizes the messages to the canonical FerroFeed schema, and forwards them to the configured sinks.

Configuration

Connection parameters are read from the FERRO_FEED_BINANCE_* environment variables. The connector reconnects automatically on transport errors with exponential backoff capped at 30 seconds.

Symbols

Spot and futures symbols share a namespace in the normalized schema — disambiguation is by venue tag. Subscribe to a specific symbol with:

export IRON_FEED_BINANCE_SYMBOLS="BTC-USDT,ETH-USDT"