> 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/ke-cha-jia-zi-chan-qing-dan.md).

# 可查價資產清單

列出目前可查詢價格的資產代碼，以及可用於計價與換算的法幣代碼，方便先確認哪些資產與 幣別支援價格、歷史價格或金額換算查詢。

## GET /v1/rates/symbols

>

```json
{"openapi":"3.1.0","info":{"title":"Blockchain Atlantis API Gateway","version":"0.1.0"},"tags":[{"description":"列出目前可查詢價格的資產代碼，以及可用於計價與換算的法幣代碼，方便先確認哪些資產與\n幣別支援價格、歷史價格或金額換算查詢。","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/rates/symbols":{"get":{"operationId":"symbols","responses":{"200":{"content":{"application/json":{}},"description":"查詢成功，回傳有報價資料的幣種與法幣清單"},"401":{"description":"缺少或無效的 API key"}},"summary":"","tags":["可查價資產清單"]}}}}
```
