GET
/
token
/
{chain}
/
{tokenAddress}
/
metadata
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chain
enum<string>
required

支持网络中列出的区块链名称

Available options:
sol,
base
tokenAddress
string
required

代币地址

Example:

"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN"

Response

200 - application/json

The response is of type object.