Skip to main content

Intervals

GET 

/api/v1/cex/candle/intervals

Fetch supported intervals accepted by /api/v1/cex/candle endpoint.

Request

Query Parameters

    exchange stringrequired

    Specifies exchange name

    Example: binance
    market stringrequired

    Possible values: [spot, futures]

    Specifies market type

    Example: spot

Responses

OK

Schema

  • Array [

  • string

  • ]

Loading...