批次取得多個代幣的元資料
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
這個頁面有幫助嗎?