获取钱包历史净值图表数据,按小时快照
cURL
curl --request GET \ --url https://api.chainstream.io/v1/wallet/{chain}/{walletAddress}/net-worth-chart \ --header 'Authorization: Bearer <token>'
{ "walletAddress": "HV1KXxWFaSeriyFvXyx48FqG9BoFbfinB8njCJonqP7K", "currentTimestamp": "2025-07-31T23:59:59.000Z", "pastTimestamp": "2025-07-01T23:59:59.000Z", "history": [ { "timestamp": "2025-07-30T23:59:59.000Z", "netWorth": "13210463.21", "netWorthChange": "1971274.94", "netWorthChangePercent": "17.54" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
支持网络中列出的区块链名称
sol
bsc
eth
钱包地址
"HV1KXxWFaSeriyFvXyx48FqG9BoFbfinB8njCJonqP7K"
要获取的历史小时数
1 <= x <= 720
24
图表期间结束时间戳(ISO 8601)
"2025-07-31T23:59:59.000Z"
图表期间开始时间戳(ISO 8601)
"2025-07-01T23:59:59.000Z"
历史净值数据点
显示 子属性
此页面对您有帮助吗?