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

List candle intervals

GET 

/api/v2/candle/intervals

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

Request

Query Parameters

    marketId stringrequired

    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.

  • ]
Loading...