AsyncAPI channel · Lukka · Lukka Market Data Streaming API

/v1/quotes

Subscribe to quotes stream Background Quotes represent the "inside" price levels of the limit order book for a product trading on an exchange. This service provides the latest updates to these price levels (changes in price or size) on an exchange and pair basis.

Provider: Lukka AsyncAPI: v3.0.0 Spec: Lukka Market Data Streaming API Operations: 2 Messages: 5

Channel address

/v1/quotes

Operations

receive
receive-quotes-websocket
send
send-quotes-websocket-control

Messages

quotes-websocket-subscribe
Subscribe (client)
Content-Type: application/json
quotes-websocket-unsubscribe
Unsubscribe (client)
Content-Type: application/json
quotes-websocket-authenticate
Reauthorize (client)
Content-Type: application/json
quotes-websocket-record
Data record (server)
Content-Type: application/json
quotes-websocket-auth_notice
Token expiry notice (server)
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.