cURL
curl --request GET \ --url https://build.wield.xyz/vibe/boosterbox/contractAddress/{contractAddressOrSlug} \ --header 'API-KEY: <api-key>'
{ "success": true, "game": { "gameId": "<string>", "tokenAddress": "<string>", "tokenName": "<string>", "tokenSymbol": "<string>", "nftName": "<string>", "nftSymbol": "<string>", "description": "<string>", "imageUrl": "<string>", "websiteUrl": "<string>", "isGraduated": true, "marketCap": "<string>", "marketCapUsd": "<string>", "preorderProgress": 123, "pricePerPack": "<string>", "pricePerPackUsd": "<string>", "dropContractAddress": "<string>", "ownerAddress": "<string>", "slug": "<string>", "bgColor": "<string>", "featuredImageUrl": "<string>", "packImage": "<string>", "isActive": true, "isFeatured": true, "isVerified": true, "isVerifiedArtist": true, "disableFoil": true, "disableWear": true, "links": { "twitter": "<string>", "discord": "<string>", "website": "<string>" }, "version": "<string>", "chainId": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Free API key needed to authorize requests. Get one at: https://docs.wield.xyz/api-reference/vibemarket-intro
Contract address or slug
The chain ID
Contract information
A booster pack collection (game)
Show child attributes