Retrieve rich metadata for a specific Art Blocks token using artblocks-mcp. Use when a user wants to look up a minted token's details, traits, features, media URLs, owner, listing info, live view, or project context using get_token_metadata.
通过一次调用检索单个代币的完整元数据——包括特征、媒体URL、所有者、哈希值、挂单信息和项目上下文。当您需要已知代币ID的详细代币信息时,优先使用此工具而非graphql_query。
<合约地址>-<代币编号>
示例:0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-78000000
| 参数 | 必填 | 说明 |
|---|---|---|
| tokenId | 是 | 完整代币ID <合约地址>-<代币编号> |
| chainId |
响应包含三个顶级键:token、media和project。
token:
id, tokenId, chainId, contractAddress, projectId
hash — 32字节十六进制,所有随机性的来源
invocation — 项目内的铸造编号(从0开始)
features — 链上特征对象
featuresStatus — notdefined | definedempty | defined
mintedAt, mintTransactionHash
ownerAddress
listing — 未挂单时为null,否则:
listing.price — 挂单价格
listing.currency — 货币符号(ETH、WETH等)
listing.platform — 市场名称
listing.url — 挂单URL
artBlocksUrl — artblocks.io上代币页面的直接链接
media:
imageUrl — 主要渲染图像
previewUrl — 预览资源URL
liveViewUrl — 实时交互生成器URL
hasVideo — 如果存在视频渲染则为true
project:
id, name, artistName, slug
artBlocksUrl — artblocks.io上项目页面的直接链接
description, website, license
scriptTypeAndVersion
maxInvocations, invocations, remaining
active, paused, complete
aspectRatio, curationStatus, verticalName, verticalDisplay
renderComplete
| 使用gettokenmetadata的场景... | 使用graphql_query的场景... |
|---|---|
| 您有特定代币ID并希望获取其所有信息 | 您需要一次查询多个代币 |
| 您需要媒体URL(liveViewUrl、imageUrl) |
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 get-token-metadata-1776091094 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 get-token-metadata-1776091094 技能
skillhub install get-token-metadata-1776091094
文件大小: 2.18 KB | 发布时间: 2026-4-17 14:55