Recent pulls

GET /api/v1/mystery/feed/recent read:catalog

Recent pack openings, across all partners by default. Page with ?limit (1–100) and ?offset; add ?scope=mine to see only your own.

Try it GET /api/v1/mystery/feed/recent?limit=10

These inputs are shared across all docs pages — an id entered here carries over.

response
200 104ms preloaded server-side with the default context
object · 3 keys
{
  "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 (tracks the inputs above)
curl -X GET 'https://service.rip.fun/api/v1/mystery/feed/recent?limit=10' \
  -H 'X-API-Key: rip_…'

Request fields

FieldTypeRequiredDescription
limitquery int1–100, default 50
offsetquery int0–10000
scopequery string`mine` → only this key’s pulls

Response fields (data)

FieldDescription
items[].token_id / item_typeRevealed on-chain item
items[].card_name / card_image_url / card_price_usdcHydrated card metadata + value
items[].revealed_atReveal timestamp