/api/v1/mystery/feed/recent?scope=mine read:catalogThe recent feed with ?scope=mine, so you only see packs opened through your key. Every opening is tagged to your key, so this is your activity view.
GET /api/v1/mystery/feed/recent?scope=mine&limit=10 These inputs are shared across all docs pages — an id entered here carries over.
{
"success": true,
"data": {
"items": [
{
"token_id": "366750",
"item_type": "CARD",
"card_name": "Lumineon V",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/156vh.small.png",
"card_price_usdc": "16.12",
"tier_id": 1,
"revealed_at": "2026-06-05T15:02:28.536Z"
},
{
"token_id": "366743",
"item_type": "CARD",
"card_name": "Squirtle",
"card_image_url": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-39vh.small.png",
"card_price_usdc": "31.08",
"tier_id": 1,
"revealed_at": "2026-06-05T14:55:16.500Z"
}
]
},
"pagination": {
"limit": 10,
"offset": 0,
"has_more": false
}
}curl -X GET 'https://service.rip.fun/api/v1/mystery/feed/recent?scope=mine&limit=10' \ -H 'X-API-Key: rip_…'