/api/v1/mystery/feed/recent read:catalogRecent pack openings, across all partners by default. Page with ?limit (1–100) and ?offset; add ?scope=mine to see only your own.
GET /api/v1/mystery/feed/recent?limit=10 These inputs are shared across all docs pages — an id entered here carries over.
{
"success": true,
"data": {
"items": [
{
"token_id": "312449",
"item_type": "CARD",
"card_name": "Yveltal",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/46vh.small.png",
"card_price_usdc": "1.71",
"tier_id": 3,
"revealed_at": "2026-07-29T20:03:18.345Z"
},
{
"token_id": "374339",
"item_type": "CARD",
"card_name": "Mega Hawlucha ex",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/268vh.small.png",
"card_price_usdc": "5.75",
"tier_id": 3,
"revealed_at": "2026-07-29T19:36:07.541Z"
},
{
"token_id": "367174",
"item_type": "CARD",
"card_name": "Charizard ex",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/6vh.small.png",
"card_price_usdc": "7.51",
"tier_id": 3,
"revealed_at": "2026-07-29T17:32:45.290Z"
},
{
"token_id": "378241",
"item_type": "CARD",
"card_name": "Marill",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/232vh.small.png",
"card_price_usdc": "15.79",
"tier_id": 1,
"revealed_at": "2026-07-29T17:32:05.398Z"
},
{
"token_id": "369327",
"item_type": "CARD",
"card_name": "Gengar ex",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/193vh.small.png",
"card_price_usdc": "62.41",
"tier_id": 1,
"revealed_at": "2026-07-29T17:30:23.387Z"
},
{
"token_id": "378232",
"item_type": "CARD",
"card_name": "Slowbro",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-90vh.small.png",
"card_price_usdc": "17.69",
"tier_id": 1,
"revealed_at": "2026-07-29T17:29:53.278Z"
},
{
"token_id": "378223",
"item_type": "CARD",
"card_name": "Chikorita",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mega-evolution-first-partner-series-2/mega-evolution-first-partner-series-2-46-0.small.jpg?v=1781976180581",
"card_price_usdc": "14.21",
"tier_id": 1,
"revealed_at": "2026-07-29T17:29:13.342Z"
},
{
"token_id": "378236",
"item_type": "CARD",
"card_name": "Giovanni's Charisma",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/204vh.small.png",
"card_price_usdc": "15.49",
"tier_id": 1,
"revealed_at": "2026-07-29T17:28:47.415Z"
},
{
"token_id": "378224",
"item_type": "CARD",
"card_name": "Cyndaquil",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/web-images/cards/mega-evolution-first-partner-series-2/mega-evolution-first-partner-series-2-47-1.small.jpg?v=1781976181366",
"card_price_usdc": "18.93",
"tier_id": 1,
"revealed_at": "2026-07-29T17:28:21.372Z"
},
{
"token_id": "372058",
"item_type": "CARD",
"card_name": "Marill",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/232vh.small.png",
"card_price_usdc": "15.79",
"tier_id": 1,
"revealed_at": "2026-07-29T17:27:57.272Z"
}
]
},
"pagination": {
"limit": 10,
"offset": 0,
"has_more": true
}
}curl -X GET 'https://service.rip.fun/api/v1/mystery/feed/recent?limit=10' \ -H 'X-API-Key: rip_…'
| Field | Type | Required | Description |
|---|---|---|---|
limit | query int | — | 1–100, default 50 |
offset | query int | — | 0–10000 |
scope | query string | — | `mine` → only this key’s pulls |
data)| Field | Description |
|---|---|
items[].token_id / item_type | Revealed on-chain item |
items[].card_name / card_image_url / card_price_usdc | Hydrated card metadata + value |
items[].revealed_at | Reveal timestamp |