prices
Every prices endpoint, with its credit cost and minimum plan.
No key yet? One call gets you one: POST /v1/accounts/free with an Idempotency-Key header and your email address returns a working key in the response. See the quickstart.
7 operations under https://api.pokemontcgapi.com/v1.
Operations
| Operation | Endpoint | Cost | Plan |
|---|---|---|---|
| Current prices | GET /v1/cards/{id}/prices | 2 credits | free |
| Current prices of a sealed product | GET /v1/sealed/{id}/prices | 2 credits | free |
| Current prices, in batch | GET /v1/prices/current | 4 per 25 ids: a full batch of 50 costs 8 | free |
| Price history | GET /v1/cards/{id}/prices/history | 5 credits | free |
| Price stats | GET /v1/cards/{id}/prices/stats | 2 credits | free |
| Movers | GET /v1/prices/movers | 3 credits | growth |
| Price sources | GET /v1/prices/sources | free, no key needed | free |
[Current prices](/docs/api/prices/current) — Every live price series for one card — one row per source, variant, printing and grade — plus the composite index in EUR.
[Current prices of a sealed product](/docs/api/prices/current-sealed) — The live price series of one sealed product, in the same shape as the card route.
[Current prices, in batch](/docs/api/prices/batch) — The current prices of up to 50 cards in one request, for a list, a collection or a deck.
[Price history](/docs/api/prices/history) — A time series for one card: one point per day, week or month, per source and variant.
[Price stats](/docs/api/prices/stats) — Low, high, median, first, last and the percentage change of the composite index over a window.
[Movers](/docs/api/prices/movers) — The cards whose composite index rose or fell the most over a window.
[Price sources](/docs/api/prices/sources) — The redistribution policy in the open: every source that can appear in a price row, with its label and minimum delay.