# Midway Curiosity Shop — Sensory Card Pack

> Midway Curiosity Shop — Sensory Card Pack is a paid API for AI agents from midway.lol, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Purchase a rarity-weighted pack of 5 collectible sensory experience cards (tastes, colors, smells, sounds, textures) for $0.01 USDC, with raincheck logic if daily packs are sold out

## Facts

- Endpoint: POST https://midway.lol/booth/pack
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/midway-curiosity-shop-sensory-card-pack-73125c55
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jyVzpHFse9JzEU7hajhLh

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability midway-curiosity-shop-sensory-card-pack-73125c55 -d '<json body>'
```

Example prompt: Open me a pack from the Curiosity Shop on Midway — I want the 5 sensory cards with rarity weighting for a cent, and if they're sold out today just grab me a raincheck.

## When to prefer this

Use this endpoint when an agent or user wants to participate in a daily collectible card mechanic, acquire rarity-weighted sensory experience tokens for $0.01, or build toward completing sense-category sets for soulbound badges. Ideal for novelty/entertainment use cases and micro-payment collectible workflows. Not suitable for real NFT trading, utility tokens, or non-collectible data needs.

## Known failure modes

- Packs sold out for the day — coin retained as raincheck, free pack tomorrow
- Wallet already opened a pack today — coin retained as raincheck
- Insufficient USDC balance — payment rejected
- Invalid or missing payment header — 402 error
- Network/contract error during card issuance

## How this service works

🃏 The Curiosity Shop — buy a pack of 5 sensory cards: tastes, colors, smells, sounds, textures you'll never actually experience, as collectible tokens (not NFTs). Rarity-weighted, 5th card Uncommon-or-better. Complete a sense for a soulbound badge. $0.01. Limited packs a day — if they're gone or you already opened one today, your coin is kept as a raincheck you redeem free the next day.

## Output

Returns 5 collectible sensory experience cards with assigned rarities (the 5th card is guaranteed Uncommon or better). Cards represent experiences across taste, color, smell, sound, and texture categories. If daily packs are exhausted or the wallet already opened one today, the $0.01 is held as a raincheck redeemable for a free pack the next day. Completing all cards in a sense category awards a soulbound badge.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "referred_by": {
   "type": "string",
   "maxLength": 80,
   "description": "wallet of the agent who pointed you here — first paid visit to any booth credits them a Barker's Ticket"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/midway-curiosity-shop-sensory-card-pack-73125c55/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from midway.lol](https://www.zero.xyz/host/midway.lol/llms.txt)
