Skip to main content
Version: mainnet (v0.71)

Observe candle data

Subscribe to a stream of candle updates

Query Parameters
    candleId string required

    Unique ID for the candle.

Responses

A successful response.(streaming responses)


Schema
    error object
    code int32
    details object[]
    @type string
    message string
    result object
    candle object

    Candle data.

    close string
    high string
    lastUpdate int64
    low string
    open string
    start int64
    volume uint64
GET /api/v2/stream/candle/data

Request

Base URL
https://vega-mainnet-data.commodum.io
candleId — query required
curl / cURL
curl -L -X GET 'https://vega-mainnet-data.commodum.io/api/v2/stream/candle/data' \
-H 'Accept: application/json'