다중 토큰의 메타데이터 조회
cURL
curl --request GET \ --url https://api.chainstream.io/v2/token/{chain}/metadata/multi \ --header 'Authorization: Bearer <token>'
{ "6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN": { "address": "6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN", "chain": "sol", "decimals": "9", "imageUrl": "https://example.com/sol.png", "name": "Solana", "symbol": "SOL" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
지원되는 네트워크에 나열된 체인 이름 Supported blockchain chains
sol
eth
bsc
쉼표(,)로 구분된 토큰 주소 목록. 최대 100개의 토큰 주소 허용
다중 메타데이터 조회
Token metadata
Show child attributes
이 페이지가 도움이 되었나요?