-
Authenticated account information channel (CHAN_ID = 0).
A single `auth` handshake on `wss://api.bitfinex.com/ws/2`
subscribes the client to streams for orders, positions,
wallets, trades, funding off
Bitfinex WebSocket API v2
-
Aggregated order book channel. Subscription parameters:
`prec` (P0/P1/P2/P3/P4, default P0), `freq` (F0 realtime or F1
every 2s, default F0), `len` (1/25/100/250, default 25),
and optional client-defi
Bitfinex WebSocket API v2
-
Raw order book channel (PREC=R0). Tracks individual orders by
ID rather than aggregated price levels. For trading pairs a
PRICE of 0 means delete the order; for funding the same applies
to the order e
Bitfinex WebSocket API v2
-
Candles channel. Subscribe with a key of the form
`trade:TIMEFRAME:SYMBOL` (or
`trade:TIMEFRAME:SYMBOL:aAGGR:pPER_START:pEND` for funding).
Supported timeframes: 1m, 5m, 15m, 30m, 1h, 3h, 6h, 12h, 1D,
Bitfinex WebSocket API v2
-
Platform status channel. Supports two key types:
`deriv:SYMBOL` for derivatives status (e.g.
`deriv:tBTCF0:USTF0`) and `liq:global` for the global
liquidation feed.
Bitfinex WebSocket API v2
-
Ticker channel. Provides a high-level overview of the state of
the market for a specified trading pair or funding currency.
Subscribe with `{ "event": "subscribe", "channel": "ticker", "symbol": "
Bitfinex WebSocket API v2
-
Trades channel. Sends a message whenever a trade occurs on
Bitfinex. Funding currencies emit `fte`/`ftu` messages with an
additional PERIOD field.
Bitfinex WebSocket API v2