AsyncAPI channel · Poloniex · Poloniex WebSocket API

spot/candles

Candlestick (kline) updates for a symbol at a given interval. The `` placeholder must be one of: candles_minute_1, candles_minute_5, candles_minute_10, candles_minute_15, candles_minute_30, candles_hour_1, candles_hour_2, candles_hour_4, candles_hour_6, candles_hour_12, candles_day_1, candles_day_3, candles_week_1, candles_month_1. Source: polo-sdk-java spot/common/CandlestickChannels.ja

Provider: Poloniex AsyncAPI: v2.6.0 Spec: Poloniex WebSocket API Operations: 2 Messages: 2

Channel address

spot/candles

Operations

publish
spotCandlesSubscribeRequest
Subscribe to candlestick channel
spotCandlesSubscribe
Receive candlestick updates

Messages

SubscribeEnvelope
Subscribe (or unsubscribe) to one or more channels.
Content-Type: application/json
CandlestickEvent
Candlestick event
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 Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.