GET
/
Get a BoosterBox by token ID
curl --request GET \
  --url https://build.wield.xyz/vibe/boosterbox/ \
  --header 'API-KEY: <api-key>'
{
  "success": true,
  "boosterBox": {}
}

Headers

API-KEY
string
default:DEMO_REPLACE_WITH_FREE_API_KEY
required

Free API key needed to authorize requests, grab one at docs.wield.xyz

Query Parameters

tokenId
integer
required

The token ID

contractAddress
string
required

The contract address

chainId
integer

The chain ID

includeMetadata
boolean
default:false

Whether to include metadata

includeContractDetails
boolean
default:false

Whether to include contract details

Response

200
application/json

Successful response

The response is of type object.