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: Bitfinex AsyncAPI: v2.6.0 Spec: Bitfinex WebSocket API v2 Operations: 2 Messages: 36

Channel address

/account

Operations

publish
authenticateAccount
Authentication handshake and connection-level config.
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.

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

Work with this as data

Every channel here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for event channels

4 MCP tools reach this
  • find_channelsBrowse and filter every channel in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This channel
curl "https://apis.io/api/v1/channels/account"
All event channels
curl "https://apis.io/api/v1/channels?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.