For the complete documentation index, see llms.txt. This page is also available as Markdown.

可查價資產清單

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

get
Authorizations
X-API-KeystringRequired
Responses
200

查詢成功,回傳有報價資料的幣種與法幣清單

application/json
get/v1/rates/symbols
GET /v1/rates/symbols HTTP/1.1
Host: api.blockchainsecurity.asia
X-API-Key: YOUR_API_KEY
Accept: */*
{
  "data": {
    "fiat": [
      "TWD"
    ],
    "symbols": [
      "1INCH",
      "AAVE"
    ]
  },
  "meta": {
    "request_id": "eb8708db-2129-4f6c-99d2-923cc6f8b0d9"
  }
}

Last updated

Was this helpful?