AsyncAPI channel · dYdX · dYdX v4 Indexer WebSocket API

v4_candles

Streams OHLCV candle snapshots and updates. The subscription `id` is `/` (e.g. `BTC-USD/1MIN`). Supported resolutions include `1MIN`, `5MINS`, `15MINS`, `30MINS`, `1HOUR`, `4HOURS`, `1DAY`.

Provider: dYdX AsyncAPI: v2.6.0 Spec: dYdX v4 Indexer WebSocket API Operations: 2 Messages: 6

Channel address

v4_candles

Operations

publish
sendCandlesSubscription
Send subscribe/unsubscribe envelopes for the candles channel.
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 Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.