다중 지갑 주소의 홀더 정보 조회
cURL
curl --request GET \ --url https://api.chainstream.io/v2/token/{chain}/{tokenAddress}/holders/multi \ --header 'Authorization: Bearer <token>'
[ { "amount": "1000000000000000000", "amountInUsd": "1000000000000000000", "percentage": "100", "walletAddress": "0x1234567890abcdef" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
지원되는 네트워크에 나열된 체인 이름 Supported blockchain chains
sol
eth
bsc
토큰 주소
쉼표(,)로 구분된 지갑 주소 목록. 최대 100개의 지갑 주소 허용
다중 홀더 조회
토큰 보유 수량
"1000000000000000000"
USD 기준 토큰 보유 가치
총 공급 대비 보유 비율
"100"
홀더 지갑 주소
"0x1234567890abcdef"
이 페이지가 도움이 되었나요?