AsyncAPI channel · Twelve Data · Twelve Data Real-Time Price WebSocket

/v1/quotes/price

Single multiplexed price channel. The client publishes control messages (subscribe / unsubscribe / reset) and the server publishes price events, subscription acknowledgements, and heartbeats over the same connection.

Provider: Twelve Data AsyncAPI: v2.6.0 Spec: Twelve Data Real-Time Price WebSocket Operations: 2 Messages: 6

Channel address

/v1/quotes/price

Operations

publish
sendControlMessage
Send a subscription control message to the server.
receivePriceEvents
Receive real-time price events and status messages from the server.

Messages

subscribe
Add one or more instruments to the price stream.
Content-Type: application/json
unsubscribe
Remove one or more instruments from the price stream.
Content-Type: application/json
reset
Clear all active subscriptions on the connection.
Content-Type: application/json
price
A single real-time price update for a subscribed instrument.
Content-Type: application/json
subscribe-status
Acknowledgement listing which symbols were successfully subscribed and which failed.
Content-Type: application/json
heartbeat
Periodic keep-alive event confirming the connection is healthy.
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.