# TCG API - Cardmarket EU Pricing for Single Card

> TCG API - Cardmarket EU Pricing 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 Cardmarket European pricing in EUR across multiple conditions for a single Pokemon, Magic: The Gathering, Yu-Gi-Oh, or Lorcana card.

## Facts

- Endpoint: POST https://api.tcgapi.dev/v1/cards/5846/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-ce823553
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3TM0K95E5l9eQjVv9qviK

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

Example prompt: What are the current Cardmarket EUR prices across all conditions for the Pokemon card with ID 5846?

## When to prefer this

Use this endpoint when you need European market pricing in EUR from Cardmarket specifically, especially when condition-based pricing matters (e.g. grading, resale, collection valuation). Prefer this over TCGPlayer pricing endpoints when your user is based in Europe or comparing EU vs US market values. Best when you already have the internal card ID from a prior search or card lookup call.

## Known failure modes

- Card ID not found — 404 or empty result if the card does not exist in the index
- No Cardmarket data available for the card — may return null prices or empty pricing object
- Payment failure — x402 payment not processed, request rejected
- Rate limiting — too many requests in a short period
- Invalid card ID format — malformed request returns 400 error

## How this service works

Cardmarket European pricing in EUR, multi-condition, for a single Pokemon, Magic: The Gathering, Yu-Gi-Oh, or Lorcana card.

## Output

A JSON object containing Cardmarket European pricing in EUR for the specified card, broken down by card condition (e.g. mint, near-mint, excellent, good, light played, played, poor), reflecting the live EU secondary market.

## More

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