简体中文
获取代币元数据
cURL
curl --request GET \ --url https://api-dex.chainstream.io/token/{chain}/{tokenAddress}/metadata \ --header 'Authorization: Bearer <token>'
{ "chain": "solana", "decimals": "9", "name": "USD Coin", "symbol": "USDC", "metadataAddress": "metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s", "address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", "tokenCreators": "[\"FEwwZPKvLFUy3o1qK1b167qDLLNvk7wd7YeupR7LhRWw\"]", "imageUrl": "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png", "uri": "https://...", "extra": "{}", "socialMedias": "{\"twitter\":\"@circle\",\"website\":\"https://www.circle.com\"}", "tokenCreatedAt": "2024-03-14T12:00:00Z", "description": "USDC is a stablecoin pegged to the US dollar" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
支持网络中列出的区块链名称
sol
base
代币地址
"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"
The response is of type object.
object
此页面对您有帮助吗?