latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

reference_data

Intervals List

The intervals endpoint provides a list of supported time intervals that can be used for querying financial data.

get/intervals

Response

datastring[] required

List of available intervals

statusstring required

Status of the response

Example response

{
  "data": [
    "1min",
    "5min",
    "15min",
    "30min",
    "45min",
    "1h",
    "2h",
    "4h",
    "8h",
    "1day",
    "1week",
    "1month"
  ],
  "status": "ok"
}