Skip to main content
Version: testnet (v0.73)

List candle intervals

Get a list of all available intervals for a given market along with the corresponding candle ID

Query Parameters
    marketId string required

    Unique ID for the market to list candle intervals for.

Responses

A successful response.


Schema
    intervalToCandleId object[]

    List of the mappings.

  • Array [
  • candleId string

    Unique id of the candle.

    interval string

    Interval for the candle.

  • ]
GET /api/v2/candle/intervals

Request

Base URL
https://api.n00.testnet.vega.rocks
marketId — query required
curl / cURL
curl -L -X GET 'https://api.n00.testnet.vega.rocks/api/v2/candle/intervals' \
-H 'Accept: application/json'