> 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/wan-zheng-zi-chan-qing-dan.md).

# 完整資產清單

一次取得平台跨鏈資產的完整規格，包括合約地址、精度與驗證狀態。適合建立本地資產對照表或定期同步資產資料。

## GET /v1/registry

>

```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/registry":{"get":{"operationId":"registry","responses":{"200":{"content":{"application/json":{}},"description":"查詢成功，回傳完整代幣清單"},"401":{"description":"缺少或無效的 API key"}},"summary":"","tags":["完整資產清單"]}}}}
```
