跳转到主要内容
GET
代币 - 元数据

授权

Authorization
string
header
必填

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

路径参数

chain
enum<string>
必填

支持网络列表中的链名称 Supported blockchain chains

可用选项:
sol,
eth,
bsc
tokenAddress
string
必填

代币地址

响应

200 - application/json

获取元数据

Token metadata

address
string
必填

代币合约地址

示例:

"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

chain
string
必填

区块链网络标识

示例:

"sol"

decimals
string
必填

小数位数

示例:

"9"

name
string
必填

代币显示名称

示例:

"USD Coin"

symbol
string
必填

代币代号

示例:

"USDC"

coingeckoCoinId
string | null

CoinGecko 币种标识

示例:

"usd-coin"

description
string | null

代币描述

示例:

"USDC is a stablecoin pegged to the US dollar"

devLastTokenCreatedAt
string | null

开发者最近一次创建代币的时间戳

示例:

"2025-12-03T09:23:34.000Z"

devTotalTokens
string | null

开发者创建的代币总数

示例:

"163"

extra
object

代币扩展元数据

firstTradeAt
integer<int64> | null

首次交易时间戳

示例:

1714857600000

imageUrl
string | null

代币 Logo 图片 URL

示例:

"https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png"

metadataAddress
string | null

链上元数据账户地址

示例:

"metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s"

socialMedias
object

代币社交媒体链接

tokenCreatedAt
integer<int64> | null

代币创建时间戳(毫秒)

示例:

1710417600000

tokenCreatedBlockHeight
string | null

代币创建时的区块高度

示例:

"220000000"

tokenCreatedSlot
string | null

代币创建时的 Slot 编号

示例:

"230000000"

tokenCreatedTxSignature
string | null

代币创建交易签名

示例:

"5dJ1BxPiFT7w7aBdkxNy2jopGZnZoLwRwS8e9GkEXrVz..."

tokenCreators
object[]

代币创建者列表

translations
object

本地化的名称/符号翻译

updatedAt
string | null

最后更新时间戳

示例:

"2026-02-09T08:05:12.345Z"

uri
string | null

代币元数据 URI

示例:

"https://arweave.net/abc123"