v1

latestSwagger 2.02026-07-179553242.0 KB
Instrument

Return all active contract series and interval pairs.

This endpoint is useful for determining which pairs are live. It returns two arrays of strings. The first is intervals, such as ["XBT:perpetual", "XBT:quarterly", "XBT:biquarterly", "ETH:quarterly", ...]. These identifiers are usable in any query's symbol param. The second array is the current resolution of these intervals. Results are mapped at the same index.

get/instrument/activeIntervals

Response

Request was successful

intervalsstring[] required
symbolsstring[] required

Example response

{
  "intervals": [
    "intervals",
    "intervals"
  ],
  "symbols": [
    "symbols",
    "symbols"
  ]
}