# TCG API - Daily Price History for Single Card

> TCG API - Daily Price History for Single Card is a paid API for AI agents from api.tcgapi.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns up to 10 years of daily price history for a single trading card (Pokemon, Magic: The Gathering, Yu-Gi-Oh, Lorcana)

## Facts

- Endpoint: POST https://api.tcgapi.dev/v1/cards/5846/history
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-tcgapi-dev-f5c98233
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LAgX_OYuAcipoP0dEdUPQ

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 api-tcgapi-dev-f5c98233 -d '<json body>'
```

Example prompt: Pull up the full daily price history for card ID 5846 on TCGPlayer — I want to see how its market, low, mid, and high prices have trended over the past 10 years.

## When to prefer this

Use this endpoint when you need time-series price data for a single specific trading card and want to analyze trends, spot value inflection points, or build price charts. Prefer this over the bulk history endpoint when you only need one card's data and want to minimize cost.

## Known failure modes

- Card ID not found — 404 or empty result
- Invalid card ID format — 400 bad request
- Card has insufficient price history — returns partial or empty dataset
- Rate limit exceeded — 429 too many requests
- Payment not processed — 402 payment required

## How this service works

Daily price history (up to 10 years) for a trading card — Pokemon, Magic: The Gathering, Yu-Gi-Oh, Lorcana.

## Output

An array of daily price records for the specified card, each containing a date and market/low/mid/high price values over up to 10 years of history.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-tcgapi-dev-f5c98233/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.tcgapi.dev](https://www.zero.xyz/host/api.tcgapi.dev/llms.txt)
