# TCGPlayer Detailed Price History for Single Card

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

Returns full daily price history with TCGPlayer sales volume for a specific TCG card by card ID

## Facts

- Endpoint: POST https://api.tcgapi.dev/v1/cards/12630/history/detailed
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-tcgapi-dev-b26054b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xUVyZxJc_k8k8P2BwgqDG

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-b26054b2 -d '<json body>'
```

Example prompt: Can you pull the full detailed price history and daily TCGPlayer sales volume for card ID 5846 — I want to see how the price and market activity have trended over time?

## When to prefer this

Use this endpoint when you need granular, day-by-day price and volume data for a single specific TCG card — ideal for building price bots, charting price trends, detecting market spikes, or feeding analytics dashboards. Prefer this over bulk endpoints when deep historical detail on one card matters more than breadth across many cards.

## Known failure modes

- Card ID not found — returns 404 or empty result
- Invalid card ID format — returns 400 bad request
- No price history available for card — returns empty history array
- Payment failure — x402 payment required error if USDC payment is not provided
- Rate limiting — too many requests in a short period

## How this service works

Full price history with daily TCGPlayer sales volume for a TCG card — ideal for Pokemon / Magic / Yu-Gi-Oh pricing bots and market analytics.

## Output

A time-series JSON array of daily records per printing, each containing TCGPlayer market price, low, mid, and high prices alongside daily sales volume — giving a complete picture of how the card's market has evolved over time.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-tcgapi-dev-b26054b2/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)
