錢包活動總覽
post
Authorizations
X-API-KeystringRequired
Body
POST /v1/wallet-overview 的請求 body(地址總覽:餘額、收付次數、首末活躍…)。
addressstringRequired
blockchainstringRequired
output_assetstring · nullableOptional
symbolsstring[] · nullableOptional
Responses
200
查詢成功,回傳地址總覽資訊
application/json
400
請求參數有誤,請檢查輸入內容
401
缺少或無效的 API key
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?

