/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": "77611",
"item_type": "CARD",
"card_name": "Scyther",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/123vrh.small.png",
"card_price_usdc": "2.07",
"tier_id": 3,
"revealed_at": "2026-08-17T02:44:18.203Z"
},
{
"token_id": "268117",
"item_type": "CARD",
"card_name": "Dunsparce",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/120.small.png",
"card_price_usdc": "1.90",
"tier_id": 3,
"revealed_at": "2026-08-17T02:44:13.266Z"
},
{
"token_id": "377788",
"item_type": "CARD",
"card_name": "Sliggoo",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-95vh.small.png",
"card_price_usdc": "1.91",
"tier_id": 3,
"revealed_at": "2026-08-17T02:43:34.321Z"
},
{
"token_id": "377783",
"item_type": "CARD",
"card_name": "Spewpa",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-89vh.small.png",
"card_price_usdc": "1.86",
"tier_id": 3,
"revealed_at": "2026-08-17T02:43:34.320Z"
},
{
"token_id": "377754",
"item_type": "CARD",
"card_name": "Falinks",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/swsh10tg-TG07vh.small.png",
"card_price_usdc": "4.33",
"tier_id": 3,
"revealed_at": "2026-08-17T02:43:29.389Z"
},
{
"token_id": "378207",
"item_type": "CARD",
"card_name": "Gurdurr",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/126vh.small.png",
"card_price_usdc": "11.48",
"tier_id": 1,
"revealed_at": "2026-08-17T01:14:57.427Z"
},
{
"token_id": "372066",
"item_type": "CARD",
"card_name": "Team Rocket's Crobat ex",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/242vh.small.png",
"card_price_usdc": "14.96",
"tier_id": 1,
"revealed_at": "2026-08-17T01:13:28.105Z"
},
{
"token_id": "374355",
"item_type": "CARD",
"card_name": "Grusha",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/268vh.small.png",
"card_price_usdc": "19.47",
"tier_id": 1,
"revealed_at": "2026-08-17T01:13:28.103Z"
},
{
"token_id": "378206",
"item_type": "CARD",
"card_name": "Krokorok",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/136vh.small.png",
"card_price_usdc": "13.60",
"tier_id": 1,
"revealed_at": "2026-08-17T01:13:23.404Z"
},
{
"token_id": "372078",
"item_type": "CARD",
"card_name": "Zeraora V",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/swsh12tg-TG16vh.small.png",
"card_price_usdc": "13.99",
"tier_id": 1,
"revealed_at": "2026-08-17T01:12:14.155Z"
}
]
},
"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 |