Skip to main content
Version: mainnet (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.

  • ]
Loading...