Sealed Wax
Sealed sports card products — hobby boxes, retail boxes, packs, cases, and tins.
External IDs
None currently required; external IDs may be added as marketplace integrations expand.
Asset details
| Field | Required | Type | Description | Example |
|---|---|---|---|---|
| id | Yes | string | Tradepost asset ID (UUID) | "b7e4f2a1-3c8d-4e5f-9a6b-1d2e3f4a5b6c" |
| sport | No | string | Sport | "Baseball", "Basketball", "Football" |
| league | No | string | League | "MLB", "NBA", "NFL", "NHL" |
| manufacturer | No | string | Card manufacturer | "Topps", "Panini", "Upper Deck" |
| brand | No | string | Product line | "Chrome", "Prizm", "Select" |
| set_name | No | string | Full set name | "2020 Topps Chrome Baseball" |
| set_code | No | string | Manufacturer's set code | "TCHROME2020" |
| release_date | No | string | YYYY-MM-DD or ISO 8601 datetime | "2025-03-19" |
Config details
Configurations distinguish product formats within the same set — hobby box vs blaster vs pack vs case.
| Field | Required | Type | Description | Example |
|---|---|---|---|---|
| id | Yes | string | Tradepost asset configuration ID (UUID) | "d4e5f6a7-…" |
| format_type | No | string | pack, box, case, tin | "box" |
| product_name | No | string | Full product name | "2020 Topps Chrome Hobby Box" |
| format | No | string | Marketing label / box type | "Hobby", "Blaster", "FOTL", "Jumbo", "Retail" |
| distribution_channel | No | string | Distribution channel | "Retail", "Target Exclusive" |
| image_url | No | string | Primary image URL | — |
Item details
| Field | Required | Type | Description | Example |
|---|---|---|---|---|
| key_id | No | string | Tradepost key ID (UUID, may be null) | "24c0f194-…" |
| key_ids | No | string[] | All key IDs for this item | ["24c0f194-…"] |
| fair_values | No | array | Fair value entries — see Key Fair Values | [] |
| condition | Yes | string | MINT (factory sealed), NEAR_MINT (opened), DAMAGED | "MINT" |
| quantity | Yes | integer | Number of units | 1 |
Example
{
"asset_type": "SEALED_WAX",
"external_ids": {},
"asset_details": {
"id": "7dbc77e0-2403-428a-a123-d62388af4164",
"sport": "Baseball",
"league": "MLB",
"manufacturer": "Topps",
"brand": "NOW",
"set_name": "2025 Topps NOW Opening Day Tokyo Baseball",
"release_date": "2025-03-19"
},
"config_details": {
"id": "885adda5-6cdf-4eaf-98e4-7ce69ca107ee",
"format_type": "box",
"product_name": "2025 Topps NOW Opening Day Tokyo Baseball Box (20 Cards)",
"format": "Opening Day Tokyo",
"image_url": "https://cdn.tradepost.co/media/asset-configurations/885adda5-6cdf-4eaf-98e4-7ce69ca107ee/image/1000x1000.webp"
},
"item_details": {
"key_id": "24c0f194-93a0-4b94-a062-a12e3ea1831f",
"key_ids": [
"24c0f194-93a0-4b94-a062-a12e3ea1831f",
"eb0e39ce-1be7-4a5b-a835-d9a3a05f3bbf"
],
"fair_values": [],
"condition": "MINT",
"quantity": 4
}
}