/install get-token-metadata
Getting Art Blocks Token Metadata
Tool: get_token_metadata
Retrieves a single token's full metadata in one call — traits, media URLs, owner, hash, listing info, and project context. Prefer this over graphql_query when you need rich token details for a known token ID.
Token ID Format
\x3Ccontract_address>-\x3Ctoken_number>
Example: 0xa7d8d9ef8d8ce8992df33d8b8cf4aebabd5bd270-78000000
Parameters
| Param | Required | Notes |
|---|---|---|
tokenId |
yes | Full token ID \x3Ccontract_address>-\x3Ctoken_number> |
chainId |
— | Default 1 (Ethereum). 1, 42161 (Arbitrum), 8453 (Base) |
Response Shape
The response has three top-level keys: token, media, and project.
token:
id, tokenId, chainId, contractAddress, projectId
hash — 32-byte hex, the source of all randomness
invocation — mint number within the project (0-indexed)
features — on-chain traits object
featuresStatus — "not_defined" | "defined_empty" | "defined"
mintedAt, mintTransactionHash
ownerAddress
listing — null if not listed, otherwise:
listing.price — listing price
listing.currency — currency symbol (ETH, WETH, etc.)
listing.platform — marketplace name
listing.url — listing URL
artBlocksUrl — direct link to the token page on artblocks.io
media:
imageUrl — primary rendered image
previewUrl — preview asset URL
liveViewUrl — live interactive generator URL
hasVideo — true if a video render exists
project:
id, name, artistName, slug
artBlocksUrl — direct link to the project page on artblocks.io
description, website, license
scriptTypeAndVersion
maxInvocations, invocations, remaining
active, paused, complete
aspectRatio, curationStatus, verticalName, verticalDisplay
renderComplete
When to Use vs GraphQL
Use get_token_metadata when... |
Use graphql_query when... |
|---|---|
| You have a specific token ID and want everything about it | You need to query multiple tokens at once |
You need media URLs (liveViewUrl, imageUrl) |
You need fields not in this response |
| You want features + project context in one call | You're building complex filters or aggregations |
Notes
liveViewUrlis the canonical way to share or preview a generative token — always include it when presenting a token to a userfeaturesis the on-chain traits object — same data shown on Art Blocks websitefeaturesStatusdistinguishes between "artist hasn't defined features" (not_defined), "features are defined but empty for this token" (defined_empty), and "features exist" (defined)hashuniquely identifies the token's visual output — same hash always produces the same artworklistingisnullwhen the token has no active secondary-market listing; when present it containsprice,currency,platform, andurl- Both
token.artBlocksUrlandproject.artBlocksUrllink to artblocks.io — use these when presenting tokens to users
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install get-token-metadata - After installation, invoke the skill by name or use
/get-token-metadata - Provide required inputs per the skill's parameter spec and get structured output
What is Get Token Metadata?
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, medi... It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install Get Token Metadata?
Run "/install get-token-metadata" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Get Token Metadata free?
Yes, Get Token Metadata is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Get Token Metadata support?
Get Token Metadata is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Get Token Metadata?
It is built and maintained by ryley-o (@ryley-o); the current version is v1.0.0.