GET
/
token
/
v1
/
{chain}
/
metadata
/
multi
代币 - 元数据(多个)
curl --request GET \
  --url https://api-dex.chainstream.io/token/v1/{chain}/metadata/multi \
  --header 'Authorization: Bearer <token>'
{
  "6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN": {
    "metadataAddress": "H7efTb73LpehuDBaPqZ81Gc585PDf1bCbtQnVb8JpgB8",
    "address": "6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
    "chain": "solana",
    "symbol": "TRUMP",
    "updatedAt": "2025-05-09T22:23:42.095771831Z",
    "tokenCreators": "[{\"address\":\"5e2qRc1DNEXmyxP8qwPwJhRWjef7usLyi7v5xjqLr5G7\",\"share\":100,\"isVerified\":true}]",
    "uri": "https://arweave.net/cSCP0h2n1crjeSWE9KF-XtLciJalDNFs7Vf-Sm0NNY0",
    "id": "solana_6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
    "decimals": "6",
    "name": "OFFICIAL TRUMP",
    "imageUrl": "https://arweave.net/VQrPjACwnQRmxdKBTqNwPiyo65x7LAT773t8Kd7YBzw",
    "tokenCreatedAt": 1737165660000,
    "extra": "{\"collectionAddress\":\"\",\"editionNonce\":255,\"fungible\":true,\"isMutable\":false,\"key\":\"MetadataV1\",\"isNative\":false,\"primarySaleHappened\":false,\"programAddress\":\"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA\",\"sellerFeeBasisPoints\":0,\"tokenStandard\":\"Fungible\",\"updateAuthority\":\"5e2qRc1DNEXmyxP8qwPwJhRWjef7usLyi7v5xjqLr5G7\",\"isVerifiedCollection\":false,\"isWrapped\":false}"
  },
  "So11111111111111111111111111111111111111112": {
    "address": "So11111111111111111111111111111111111111112",
    "chain": "solana",
    "symbol": "WSOL",
    "updatedAt": "2025-05-09T22:23:17.430130360Z",
    "id": "solana_So11111111111111111111111111111111111111112",
    "decimals": "9",
    "name": "Wrapped Solana",
    "imageUrl": "https://blockchains-pub.s3.ap-southeast-1.amazonaws.com/chains/sol/tokens/So11111111111111111111111111111111111111112/image.jpg",
    "tokenCreatedAt": 1713733080000,
    "extra": "{\"collectionAddress\":\"\",\"fungible\":true,\"isMutable\":false,\"key\":\"\",\"isNative\":false,\"primarySaleHappened\":false,\"programAddress\":\"\",\"sellerFeeBasisPoints\":0,\"updateAuthority\":\"NativeLoader1111111111111111111111111111111\",\"isVerifiedCollection\":false,\"isWrapped\":true}"
  }
}

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,
bsc,
polygon,
arbitrum,
optimism,
avalanche,
ethereum,
zksync,
sui

Query Parameters

tokenAddresses
string
required

以逗号分隔的TOKEN字符串地址列表

Example:

"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN,EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

Response

200 - application/json

Token metadata map

The response is of type object.