다중 지갑의 현재 순자산 요약 조회
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" }}
이 페이지가 도움이 되었나요?