# TCG API - Cardmarket EU Prices for Set

> TCG API - Cardmarket EU Prices for Set 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 Cardmarket EU prices for every card in a specified TCG set (Pokemon, Magic: The Gathering, Yu-Gi-Oh, Lorcana).

## Facts

- Endpoint: POST https://api.tcgapi.dev/v1/sets/100001/prices/cardmarket
- Price: $0.005/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-b7abd909
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rtyi6uqLdMleDXC-6Cys4

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

Example prompt: Can you pull the Cardmarket EU prices for every card in Pokemon set 100001 so I can see what each card is currently selling for in Europe?

## When to prefer this

Use this endpoint when you need Cardmarket EU pricing specifically (as opposed to TCGPlayer US pricing) for an entire set at once, rather than looking up individual cards one at a time. Ideal for bulk price analysis, portfolio valuation, or arbitrage comparisons across the European market.

## Known failure modes

- Invalid or unknown set ID returns 404 or empty result
- Set exists but has no Cardmarket price data available
- Rate limiting or payment failure returns 402 or 429
- Malformed request body returns 400

## How this service works

Cardmarket EU prices for every card in a TCG set — Pokemon, Magic: The Gathering, Yu-Gi-Oh, Lorcana.

## Output

A list of Cardmarket EU price data for every card in the requested set, including per-card pricing details such as market price, low price, and trend price in euros.

## More

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