AsyncAPI channel · Bitfinex
· Bitfinex WebSocket API v2
/account
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 offers/loans/credits/trades,
balance info, margin info, funding info and notifications.
Optional `filter` array can restrict the streams delivered.
Provider:BitfinexAsyncAPI: v2.6.0Spec: Bitfinex WebSocket API v2Operations: 2Messages: 36
Channel address
/account
Operations
publish
authenticateAccount
Authentication handshake and connection-level config.
subscribe
receiveAccount
All account-stream messages on CHAN_ID = 0.
Messages
AuthRequest
Authenticate the connection. `authSig` is an HMAC-SHA384 of
`authPayload` keyed with the API secret. `authPayload` is
conventionally `"AUTH" + authNonce`. Optional `filter`
restricts which account str
Content-Type:
ConfRequest
Set per-connection feature flags. Sum the flag values to
enable multiple features.
Content-Type:
PingRequest
Application-level ping
Content-Type:
AuthSuccess
Authentication succeeded
Content-Type:
AuthFailure
Authentication failed
Content-Type:
OrderSnapshot
Order snapshot (os)
Content-Type:
OrderNew
New order (on)
Content-Type:
OrderUpdate
Order update (ou)
Content-Type:
OrderCancel
Order cancel (oc)
Content-Type:
PositionSnapshot
Position snapshot (ps)
Content-Type:
PositionNew
Position new (pn)
Content-Type:
PositionUpdate
Position update (pu)
Content-Type:
PositionClose
Position close (pc)
Content-Type:
WalletSnapshot
Wallet snapshot (ws)
Content-Type:
WalletUpdate
Wallet update (wu)
Content-Type:
AuthTradeExecuted
Trade executed (te) - account
Content-Type:
AuthTradeUpdate
Trade update (tu) - account
Content-Type:
FundingOfferSnapshot
Funding offers snapshot (fos)
Content-Type:
FundingOfferNew
New funding offer (fon)
Content-Type:
FundingOfferUpdate
Funding offer update (fou)
Content-Type:
FundingOfferCancel
Funding offer cancel (foc)
Content-Type:
FundingCreditSnapshot
Funding credits snapshot (fcs)
Content-Type:
FundingCreditNew
New funding credit (fcn)
Content-Type:
FundingCreditUpdate
Funding credit update (fcu)
Content-Type:
FundingCreditClose
Funding credit close (fcc)
Content-Type:
FundingLoanSnapshot
Funding loans snapshot (fls)
Content-Type:
FundingLoanNew
New funding loan (fln)
Content-Type:
FundingLoanUpdate
Funding loan update (flu)
Content-Type:
FundingLoanClose
Funding loan close (flc)
Content-Type:
FundingTradeExecuted
Funding trade executed (fte)
Content-Type:
FundingTradeUpdateMsg
Funding trade update (ftu)
Content-Type:
BalanceUpdate
Balance update (bu)
Content-Type:
MarginInfoUpdate
Margin info update (miu)
Content-Type:
FundingInfoUpdate
Funding info update (fiu)
Content-Type:
Notification
Notification (n)
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.