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

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.

    candleId string
    interval string
Loading...