Documentation Index
Fetch the complete documentation index at: https://docs.wield.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The vibe.market Boosterbox API provides programmatic access to manage boosterboxes, games, and related metadata on the vibe.market platform. Start by creating a free API key! We use API keys to prevent abuse.| Field | Description |
|---|---|
DESCRIPTION | The name and description of the project. |
EMAIL | Your email address for any notifications. |
API-KEY).
Base URL
All API endpoints are available at:Authentication
Most read endpoints are publicly accessible without authentication.Rate Limiting
The API implements different rate limits to ensure fair usage - if you hit limits, reach out to us at gm@wield.xyz.Response Format
All endpoints return responses in a consistent JSON format:Common Parameters
Chain ID
Most endpoints accept achainId parameter. The default is 8453 (Base mainnet).
Pagination
List endpoints support pagination with:page: Page number (default: 1)limit: Results per page (default varies by endpoint)cursor: Some endpoints use cursor-based pagination
Filtering
Many endpoints support filtering by:status: Filter by boosterbox statusrarity: Filter by rarity level (0-4)contractAddress: Filter by specific contractgameId: Filter by game ID
Getting Started
- Browse Games: Use
/gamesor/featuredto discover available games - Get Contract Info: Use
/contractAddress/{address}to get details about a specific game - View Boosterboxes: Use
/owner/{address}to see boxes owned by an address - Check Metadata: Use
/metadataendpoints to view card metadata and odds