批次取得多個錢包的目前淨值摘要
cURL
curl --request GET \ --url https://api.chainstream.io/v2/wallet/{chain}/net-worth-summary \ --header 'Authorization: Bearer <token>'
{ "currentTimestamp": "2025-10-30T03:33:40.980Z", "wallets": { "3bovD5jCRn7eG64jZqyEz6Zbx92mHixZSTRrWLy1Sirx": { "value": "1764819473.530063" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
支援網路列表中的鏈名稱 Supported blockchain chains
sol
eth
bsc
錢包地址列表,以逗號 (,) 分隔的字串。最多允許 100 個錢包地址
成功回應
目前伺服器時間戳
"2025-10-30T03:33:40.980Z"
錢包地址到淨值的映射
Show child attributes
{ "3bovD5jCRn7eG64jZqyEz6Zbx92mHixZSTRrWLy1Sirx": { "value": "1764819473.530063" }}
這個頁面有幫助嗎?