AsyncAPI channel · Bitfinex · Bitfinex WebSocket API v2

/book

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-defined `subId`. For funding books the AMOUNT sign convention is inverted (negative = bid, positive = ask).

Provider: Bitfinex AsyncAPI: v2.6.0 Spec: Bitfinex WebSocket API v2 Operations: 2 Messages: 8

Channel address

/book

Operations

publish
subscribeBook
receiveBook

Messages

SubscribeBook
Subscribe (book)
Content-Type:
Unsubscribe
Unsubscribe from a channel
Content-Type:
TradingBookSnapshot
Aggregated trading book snapshot
Content-Type:
TradingBookUpdate
Aggregated trading book update
Content-Type:
FundingBookSnapshot
Aggregated funding book snapshot
Content-Type:
FundingBookUpdate
Aggregated funding book update
Content-Type:
ChecksumMessage
[CHANNEL_ID, "cs", CHECKSUM] - emitted when OB_CHECKSUM is enabled.
Content-Type:
Heartbeat
[CHANNEL_ID, "hb"] - sent every 15 seconds of inactivity.
Content-Type:

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.