AsyncAPI channel · dYdX
· dYdX v4 Indexer WebSocket API
v4_candles
Streams OHLCV candle snapshots and updates. The subscription `id` is
`
Channel address
v4_candles
Operations
publish
sendCandlesSubscription
Send subscribe/unsubscribe envelopes for the candles channel.
subscribe
receiveCandles
Receive candle snapshots and updates.
Messages
SubscribeCandles
Subscribe to v4_candles
Content-Type:
UnsubscribeCandles
Unsubscribe from v4_candles
Content-Type:
SubscribedCandles
Initial v4_candles snapshot
Content-Type:
ChannelDataCandles
v4_candles update
Content-Type:
ChannelBatchDataCandles
v4_candles batched updates
Content-Type:
Unsubscribed
Unsubscribed acknowledgement
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.