> For the complete documentation index, see [llms.txt](https://docs.blockchainsecurity.asia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockchainsecurity.asia/api-reference/readme/assets-and-market-data/zhi-yuan-lian-zong-lan.md).

# 支援鏈總覽

列出平台目前支援的區塊鏈與各鏈可用資產，適合快速確認整體支援範圍。

## GET /v1/chains

>

```json
{"openapi":"3.1.0","info":{"title":"Blockchain Atlantis API Gateway","version":"0.1.0"},"tags":[{"description":"列出平台目前支援的區塊鏈與各鏈可用資產，適合快速確認整體支援範圍。","name":"支援鏈總覽"}],"servers":[{"description":"Production","url":"https://api.blockchainsecurity.asia"}],"security":[{"api_key":[]}],"components":{"securitySchemes":{"api_key":{"in":"header","name":"X-API-Key","type":"apiKey"}}},"paths":{"/v1/chains":{"get":{"operationId":"chains","responses":{"200":{"content":{"application/json":{}},"description":"查詢成功，回傳支援的鏈與各鏈可用代幣"},"401":{"description":"缺少或無效的 API key"}},"summary":"","tags":["支援鏈總覽"]}}}}
```
