AsyncAPI channel · Bitfinex · Bitfinex WebSocket API v2

/book-raw

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 entry.

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

Channel address

/book-raw

Operations

publish
subscribeRawBook
receiveRawBook

Messages

SubscribeRawBook
Subscribe (raw book)
Content-Type:
Unsubscribe
Unsubscribe from a channel
Content-Type:
TradingRawBookSnapshot
Raw trading book snapshot
Content-Type:
TradingRawBookUpdate
Raw trading book update
Content-Type:
FundingRawBookSnapshot
Raw funding book snapshot
Content-Type:
FundingRawBookUpdate
Raw 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.