---
title: "获取交易所列表"
method: GET
path: "/v1/exchanges"
tags: ["交易所"]
---

# 获取交易所列表

`GET /v1/exchanges`

返回所有已配置元数据的交易所及其标的数量。

## Response `200`

查询成功

- ExchangeListResponse — 交易所列表响应
  - `data` ExchangeInfo[], required — 交易所列表
    - `count` integer, required — 标的数量
    - `exchange` string, required — 交易所代码
    - `region` string, required — 所属地区

## Other responses

- `401` — 认证失败

---

[API](https://skmtc.dev/tickflow/apis/tickflow-api.md) · [All operations](https://skmtc.dev/tickflow/apis/tickflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tickflow/tickflow-api/revisions/13831df8eba1/schema)
