---
title: "Datafeed configuration"
method: GET
path: "/v1/config"
tags: ["Meta"]
---

# Datafeed configuration

`GET /v1/config`

The static UDF `DatafeedConfiguration` — supported resolutions,
exchanges, symbol types, and feature flags. Free.

## Response `200`

Datafeed configuration.

- DatafeedConfig
  - `supports_search` boolean
  - `supports_group_request` boolean
  - `supports_marks` boolean
  - `supports_timescale_marks` boolean
  - `supports_time` boolean
  - `supported_resolutions` string[]
  - `intraday_multipliers` string[]
  - `exchanges` object[]
    - `value` string
    - `name` string
    - `desc` string
  - `symbols_types` object[]
    - `name` string
    - `value` string

## Other responses

- `401` — Missing or invalid API key.

---

[API](https://skmtc.net/skylit/apis/flowseeker-skylit-public-api.md) · [All operations](https://skmtc.net/skylit/apis/flowseeker-skylit-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skylit/flowseeker-skylit-public-api/revisions/3280190b1b24/schema)
