批量获取多个钱包的当前净值摘要
cURL
curl --request GET \ --url https://api.dex.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"
显示 子属性
{ "3bovD5jCRn7eG64jZqyEz6Zbx92mHixZSTRrWLy1Sirx": { "value": "1764819473.530063" }}
此页面对您有帮助吗?