AsyncAPI channel · Alpaca · Alpaca Market Data Streaming (WebSocket)

/v1beta3/crypto/us

Crypto market data stream. Same auth/subscribe handshake as the stock stream, plus an `orderbooks` channel carrying Level 2 book snapshots (first message per symbol) and incremental updates.

Provider: Alpaca AsyncAPI: v2.6.0 Spec: Alpaca Market Data Streaming (WebSocket) Operations: 2 Messages: 10

Channel address

/v1beta3/crypto/us

Operations

publish
sendCryptoControlMessage
Send a crypto control message (auth, subscribe, unsubscribe).
receiveCryptoDataMessages
Receive streamed crypto market data.

Messages

AuthMessage
First client message; authenticates the connection.
Content-Type: application/json
SubscribeMessage
Subscribe to one or more channels per symbol or with a wildcard.
Content-Type: application/json
UnsubscribeMessage
Remove channel subscriptions.
Content-Type: application/json
SuccessMessage
Server acknowledgement (connected / authenticated).
Content-Type: application/json
ErrorMessage
Server error (bad auth, invalid subscription, connection limit, etc.).
Content-Type: application/json
SubscriptionMessage
Server echo of the current active subscriptions after a subscribe/unsubscribe.
Content-Type: application/json
TradeMessage
A single executed trade.
Content-Type: application/json
QuoteMessage
A national best bid/offer (or crypto) quote.
Content-Type: application/json
BarMessage
An OHLCV aggregate bar (minute, daily, or updated).
Content-Type: application/json
OrderbookMessage
A Level 2 orderbook snapshot or update (crypto stream only).
Content-Type: application/json

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.