# TCGCSV Daily Market Snapshot

> TCGCSV Daily Market Snapshot is a paid API for AI agents from oracle.the-undesirables.com, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-15).

Returns a daily snapshot of TCG card market data including top movers, price changes, and volume trends across up to 13 supported trading card games.

## Facts

- Endpoint: GET https://oracle.the-undesirables.com/api/v1/market
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tcgcsv-daily-market-snapshot-899bb38b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rUZjxzzI103U6PbB78X-i

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 tcgcsv-daily-market-snapshot-899bb38b
```

Example prompt: Pull today's TCGCSV market snapshot and show me the top price movers and volume trends — just for Pokemon cards.

## When to prefer this

Use this endpoint when you need a broad daily market overview — top movers, price changes, and volume trends — across one or all 13 supported TCG games. Prefer this over card-specific lookup endpoints when the user wants market-level intelligence rather than a specific card's price. Ideal for dashboards, morning market briefs, or trend monitoring workflows.

## Known failure modes

- Invalid game filter value returns an error or empty result
- Payment not received (402) — endpoint requires $0.025 USDC per call via x402
- No data available if daily snapshot hasn't been generated yet
- Rate limiting if called too frequently
- Network timeout if snapshot data is large and connection is slow

## How this service works

Daily TCGCSV market data snapshot with top movers, price changes, and volume trends across all 13 supported TCG games.

## Output

A structured daily market snapshot object containing top movers, price change percentages, and volume trends for one or all of the 13 supported TCG games (e.g. Pokemon, Magic: The Gathering, Yu-Gi-Oh, Digimon).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "date": "2026-07-04",
   "top_movers": [
    {
     "name": "Charizard",
     "change_pct": 8.2
    }
   ]
  },
  "tool": "market_snapshot",
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tcgcsv-daily-market-snapshot-899bb38b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oracle.the-undesirables.com](https://www.zero.xyz/host/oracle.the-undesirables.com/llms.txt)
