# TCG API Bulk Condition Prices

> TCG API Bulk Condition Prices is a paid API for AI agents from api.tcgapi.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns per-condition prices (Near Mint, Lightly Played, Moderately Played, Heavily Played, Damaged) for up to 500 trading cards in a single bulk request.

## Facts

- Endpoint: POST https://api.tcgapi.dev/v1/bulk/conditions
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tcg-api-bulk-condition-prices-caf16795
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IjA8_SfkBsmyetLlLz-mU

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 tcg-api-bulk-condition-prices-caf16795 -d '<json body>'
```

Example prompt: Can you pull condition-based prices — Near Mint through Damaged — for all 300 cards in my Magic: The Gathering inventory list? I have their TCGPlayer product IDs and need the full breakdown so I can price them for my store.

## When to prefer this

Use this endpoint when you need condition-graded prices for a large batch of cards (up to 500) in one call, rather than making individual per-card condition lookups. Prefer this over the single-card condition endpoint when processing store inventories, collection valuations, or buylists where all five condition tiers matter. If you only need a single overall market price without condition breakdowns, use the standard bulk prices endpoint instead.

## Known failure modes

- Request exceeds 500 card limit — API returns an error indicating batch size exceeded
- Invalid or unrecognized TCGPlayer product IDs — missing or null prices returned for those entries
- Payment failure (x402) — request rejected if USDC payment of $0.05 not completed
- Cards with no condition pricing data on TCGPlayer — fields returned as null or zero
- Rate limiting if too many requests are made in rapid succession

## How this service works

Bulk per-condition prices (Near Mint, Lightly Played, Moderately Played, Heavily Played, Damaged) for up to 500 trading cards in one request — price entire Pokemon, Magic: The Gathering, Yu-Gi-Oh, or Lorcana collections and store inventories by condition.

## Output

A JSON object containing per-condition prices (Near Mint, Lightly Played, Moderately Played, Heavily Played, Damaged) for each requested card, identified by TCGPlayer product ID, covering up to 500 cards per request.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tcg-api-bulk-condition-prices-caf16795/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)
