# prices

> Every prices endpoint, with its credit cost and minimum plan.

Source: https://pokemontcgapi.com/docs/api/prices

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](https://pokemontcgapi.com/docs/quickstart).

`7` operations under `https://api.pokemontcgapi.com/v1`.

## Operations

| Operation | Endpoint | Cost | Plan |
| --- | --- | --- | --- |
| [Current prices](https://pokemontcgapi.com/docs/api/prices/current) | `GET /v1/cards/{id}/prices` | 2 credits | free |
| [Current prices of a sealed product](https://pokemontcgapi.com/docs/api/prices/current-sealed) | `GET /v1/sealed/{id}/prices` | 2 credits | free |
| [Current prices, in batch](https://pokemontcgapi.com/docs/api/prices/batch) | `GET /v1/prices/current` | 4 per 25 ids: a full batch of 50 costs 8 | free |
| [Price history](https://pokemontcgapi.com/docs/api/prices/history) | `GET /v1/cards/{id}/prices/history` | 5 credits | free |
| [Price stats](https://pokemontcgapi.com/docs/api/prices/stats) | `GET /v1/cards/{id}/prices/stats` | 2 credits | free |
| [Movers](https://pokemontcgapi.com/docs/api/prices/movers) | `GET /v1/prices/movers` | 3 credits | growth |
| [Price sources](https://pokemontcgapi.com/docs/api/prices/sources) | `GET /v1/prices/sources` | free, no key needed | free |

**[Current prices](https://pokemontcgapi.com/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](https://pokemontcgapi.com/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](https://pokemontcgapi.com/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](https://pokemontcgapi.com/docs/api/prices/history)** — A time series for one card: one point per day, week or month, per source and variant.

**[Price stats](https://pokemontcgapi.com/docs/api/prices/stats)** — Low, high, median, first, last and the percentage change of the composite index over a window.

**[Movers](https://pokemontcgapi.com/docs/api/prices/movers)** — The cards whose composite index rose or fell the most over a window.

**[Price sources](https://pokemontcgapi.com/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.
