Skip to main content
GET
/
recent
Get recent BoosterBoxes
curl --request GET \
  --url https://build.wield.xyz/vibe/boosterbox/recent \
  --header 'API-KEY: <api-key>'
{
  "success": true,
  "boosterBoxes": [
    {
      "tokenId": 123,
      "contractAddress": "<string>",
      "chainId": 123,
      "owner": "<string>",
      "status": "minted",
      "rarity": 2,
      "randomValue": "<string>",
      "tokenSpecificRandomness": "<string>",
      "mintedAt": "2023-11-07T05:31:56Z",
      "openedAt": "2023-11-07T05:31:56Z",
      "latestUpdateTimestamp": "2023-11-07T05:31:56Z",
      "metadata": {
        "name": "<string>",
        "description": "<string>",
        "image": "<string>",
        "external_url": "<string>",
        "attributes": [
          {
            "trait_type": "<string>",
            "value": "<string>",
            "display_type": "<string>"
          }
        ]
      },
      "contractDetails": {
        "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"
      }
    }
  ],
  "nextCursor": "<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

Query Parameters

limit
integer
default:20

Number of results

Required range: x <= 100
cursor
string

Pagination cursor

contractAddress
string

Filter by contract address

chainId
integer

Filter by chain ID

status
string

Filter by status

includeMetadata
boolean
default:true

Include metadata

rarityGreaterThan
integer

Minimum rarity filter

Response

200 - application/json

Successful response

success
boolean
boosterBoxes
object[]
nextCursor
string

Cursor for fetching the next page