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

錢包活動總覽

取得指定地址的整體概況,包括各資產餘額、收付款次數,以及首次與最近交易時間。適合快速建立地址基本輪廓。

post
Authorizations
X-API-KeystringRequired
Body

POST /v1/wallet-overview 的請求 body(地址總覽:餘額、收付次數、首末活躍…)。

addressstringRequired
blockchainstringRequired
output_assetstring · nullableOptional
symbolsstring[] · nullableOptional
Responses
200

查詢成功,回傳地址總覽資訊

application/json
post/v1/wallet-overview
POST /v1/wallet-overview HTTP/1.1
Host: api.blockchainsecurity.asia
X-API-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 68

{
  "address": "TMuA6YqfCeX8EhbfYEg5y7S4DqzSJireY9",
  "blockchain": "tron"
}
{
  "data": {
    "address": "TMuA6YqfCeX8EhbfYEg5y7S4DqzSJireY9",
    "blockchain": "tron",
    "symbols": []
  },
  "meta": {
    "request_id": "f19cccc3-3470-444c-99b8-68c0ba1d01b0"
  }
}

Last updated

Was this helpful?