AsyncAPI channel · Bitfinex
· Bitfinex WebSocket API v2
/trades
Trades channel. Sends a message whenever a trade occurs on Bitfinex. Funding currencies emit `fte`/`ftu` messages with an additional PERIOD field.
Channel address
/trades
Operations
publish
subscribeTrades
subscribe
receiveTrades
Messages
SubscribeTrades
Subscribe (trades)
Content-Type:
Unsubscribe
Unsubscribe from a channel
Content-Type:
TradesSnapshot
Trades snapshot
Content-Type:
TradeUpdate
Trade executed / updated (te / tu)
Content-Type:
FundingTradesSnapshot
Funding trades snapshot
Content-Type:
FundingTradeUpdate
Funding trade executed / updated (fte / ftu)
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.