> 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-ding-lian-zi-chan-qing-dan.md).

# 指定鏈資產清單

查詢指定區塊鏈目前支援的資產，包括資產代碼、合約地址、精度與計價設定。適合在後續價格或鏈上資料查詢前確認正確參數。

## GET /v1/assets

>

```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/assets":{"get":{"operationId":"assets","parameters":[{"description":"鏈別，例如 ethereum / bsc / tron","in":"query","name":"chain","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{}},"description":"查詢成功，回傳該鏈支援的代幣"},"400":{"description":"請求參數有誤，請提供有效且支援的鏈別"},"401":{"description":"缺少或無效的 API key"}},"summary":"","tags":["指定鏈資產清單"]}}}}
```
