/api/v1/mystery/feed/winners read:catalogSame shape as the recent feed but ordered by item value — use it for a "biggest wins" marketing strip. Supports ?scope=mine and pagination.
GET /api/v1/mystery/feed/winners?limit=10 These inputs are shared across all docs pages — an id entered here carries over.
{
"success": true,
"data": {
"items": [
{
"token_id": "202",
"item_type": "SEALED_PRODUCT",
"card_name": "Skyridge Booster Pack",
"card_image_url": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/products/ecard3/ecard3-sbp.small.webp",
"card_price_usdc": "2500.00",
"tier_id": 2,
"revealed_at": "2026-04-04T01:42:32.194Z"
},
{
"token_id": "202",
"item_type": "SEALED_PRODUCT",
"card_name": "Skyridge Booster Pack",
"card_image_url": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/products/ecard3/ecard3-sbp.small.webp",
"card_price_usdc": "2500.00",
"tier_id": 2,
"revealed_at": "2026-04-02T20:02:46.305Z"
},
{
"token_id": "203",
"item_type": "SEALED_PRODUCT",
"card_name": "Aquapolis Booster Pack",
"card_image_url": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/products/ecard2/ecard2-abp.small.webp",
"card_price_usdc": "1199.99",
"tier_id": 2,
"revealed_at": "2026-04-01T19:10:24.337Z"
},
{
"token_id": "360531",
"item_type": "CARD",
"card_name": "Pikachu ex",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/276vh.small.png",
"card_price_usdc": "1104.65",
"tier_id": 1,
"revealed_at": "2026-05-10T22:33:38.156Z"
},
{
"token_id": "360531",
"item_type": "CARD",
"card_name": "Pikachu ex",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/276vh.small.png",
"card_price_usdc": "1097.53",
"tier_id": 1,
"revealed_at": "2026-05-15T05:17:40.066Z"
},
{
"token_id": "374334",
"item_type": "CARD",
"card_name": "Mega Dragonite ex",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/290vh.small.png",
"card_price_usdc": "797.75",
"tier_id": 5,
"revealed_at": "2026-07-06T15:37:08.267Z"
},
{
"token_id": "362064",
"item_type": "CARD",
"card_name": "Charizard-GX",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/sma-SV49vh.small.png",
"card_price_usdc": "699.53",
"tier_id": 1,
"revealed_at": "2026-06-29T10:22:16.182Z"
},
{
"token_id": "350769",
"item_type": "CARD",
"card_name": "Team Rocket's Mewtwo ex",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/231vh.small.png",
"card_price_usdc": "531.97",
"tier_id": 1,
"revealed_at": "2026-04-27T00:42:18.397Z"
},
{
"token_id": "365784",
"item_type": "CARD",
"card_name": "Lugia V",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/186vh.small.png",
"card_price_usdc": "518.40",
"tier_id": 1,
"revealed_at": "2026-06-13T08:38:42.094Z"
},
{
"token_id": "365784",
"item_type": "CARD",
"card_name": "Lugia V",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/186vh.small.png",
"card_price_usdc": "513.92",
"tier_id": 1,
"revealed_at": "2026-06-06T21:50:50.687Z"
}
]
},
"pagination": {
"limit": 10,
"offset": 0,
"has_more": true
}
}curl -X GET 'https://service.rip.fun/api/v1/mystery/feed/winners?limit=10' \ -H 'X-API-Key: rip_…'
| Field | Type | Required | Description |
|---|---|---|---|
limit / offset | query int | — | Pagination (1–100 / 0–10000) |
scope | query string | — | `mine` → only this key’s pulls |