AsyncAPI channel · CryptoCompare · CryptoCompare Streaming API

/

The root WebSocket channel multiplexes every subscription and every control envelope. Clients publish `SubAdd`/`SubRemove` action messages and subscribe to the union of welcome, lifecycle, heartbeat, error, and data envelopes the server emits.

Provider: CryptoCompare AsyncAPI: v2.6.0 Spec: CryptoCompare Streaming API Operations: 2 Messages: 20

Channel address

/

Operations

publish
clientAction
Send a SubAdd or SubRemove action to manage subscriptions.
serverEvents
Receive welcome, lifecycle, heartbeat, error, and data envelopes.

Messages

SubAdd
Add one or more subscriptions to the current socket.
Content-Type: application/json
SubRemove
Remove one or more subscriptions from the current socket.
Content-Type: application/json
StreamerWelcome
First frame sent after a successful socket upgrade.
Content-Type: application/json
SubscribeComplete
Subscription done and first payload sent.
Content-Type: application/json
LoadComplete
All subscriptions done and all payloads sent.
Content-Type: application/json
UnsubscribeComplete
Subscription removal done.
Content-Type: application/json
UnsubscribeAllComplete
All subscription removals done.
Content-Type: application/json
Heartbeat
Liveness ping sent by the server every 30-60 seconds.
Content-Type: application/json
Unauthorized
API key missing, invalid, or lacks access to a requested channel.
Content-Type: application/json
RateLimit
Socket open / subscription rate-limit notice.
Content-Type: application/json
ServerError
Invalid JSON, invalid subscription, or forced disconnect notices.
Content-Type: application/json
Trade
A single trade reported by an exchange.
Content-Type: application/json
Ticker
Per-exchange ticker snapshot and delta.
Content-Type: application/json
AggregateIndex
CryptoCompare CCCAGG (or other index family) update.
Content-Type: application/json
OrderbookL2Update
Single-position delta to a level-2 order book.
Content-Type: application/json
OrderbookL2Snapshot
Full level-2 order book snapshot at subscribe time.
Content-Type: application/json
FullVolume
Rolling 24-hour total volume across all markets for a base.
Content-Type: application/json
TopTierFullVolume
Rolling 24-hour total volume across top tier exchanges (AA/A/B).
Content-Type: application/json
OHLCCandles
Streaming minute / hour / day OHLCV candle updates.
Content-Type: application/json
TopOfBook
Best bid / best ask updates for a market.
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.

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/untitled"
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.