AsyncAPI channel · Binance
· Binance Spot WebSocket Streams
/ws/{symbol}@kline_{interval}
Kline/candlestick stream. Pushes updates to the current kline every two seconds.
Channel address
/ws/{symbol}@kline_{interval}
Parameters
symbol— Trading pair symbol in lowercase.interval— Kline interval (1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 12h, 1d, 3d, 1w, 1M).
Operations
publish
receiveKline
Receive kline/candlestick events
Messages
kline
Kline/candlestick update event.
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.