Skip to main content
GET
/
metadata
/
{slug}
/
{tokenId}
Get metadata for a token
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>"
    }
  ]
}

Headers

API-KEY
string
default:DEMO_REPLACE_WITH_FREE_API_KEY
required

Free API key needed to authorize requests. Get one at: https://docs.wield.xyz/api-reference/vibemarket-intro

Path Parameters

slug
string
required

The game slug

tokenId
integer
required

The token ID

Response

200 - application/json

Token metadata

OpenSea-compatible token metadata

name
string

Card name

description
string

Card description

image
string

Card image URL

external_url
string

External URL for the card

attributes
object[]

Card attributes/traits