cURL
curl --request GET \ --url https://build.wield.xyz/vibe/boosterbox/metadata/{slug}/{tokenId} \ --header 'API-KEY: <api-key>'
{ "name": "<string>", "description": "<string>", "image": "<string>", "external_url": "<string>", "attributes": [ { "trait_type": "<string>", "value": "<string>", "display_type": "<string>" } ] }
Free API key needed to authorize requests. Get one at: https://docs.wield.xyz/api-reference/vibemarket-intro
The game slug
The token ID
Token metadata
OpenSea-compatible token metadata
Card name
Card description
Card image URL
External URL for the card
Card attributes/traits
Show child attributes