Skip to main content

Resolutions

GET 

/:tick_type/:symbol

Candle resolutions available for specified tick type and market.

List of available tick types can be fetched from the tick types endpoint. List of available markets can be fetched from the markets endpoint.

Request

Path Parameters

    tick_type Tick Typesrequired

    Possible values: [spot, mark, trade]

    symbol stringrequired

    Market symbol

Responses

All resolutions for the given tick_type and symbol

Schema
  • Array [
  • string

    Possible values: [1m, 5m, 15m, 30m, 1h, 4h, 12h, 1d, 1w]

  • ]
Loading...