# PokéWallet > PokéWallet is a REST API for real-time Pokémon Trading Card Game (TCG) data: a 50,000+ card database with live pricing from TCGPlayer and CardMarket. It also powers BerryWallet, the equivalent REST API for the One Piece Card Game (OPCG), under the same account and API key. PokéWallet is not affiliated with, endorsed by, or connected to Nintendo, Creatures Inc., Game Freak, The Pokémon Company, Bandai, or Shueisha. It is an independent third-party data aggregation service. ## Product facts - **API style:** REST only (no GraphQL). - **Free tier:** 100 requests/hour, 1,000 requests/day. No credit card required. - **Paid plans:** Coffee (Ko-fi support, temporary rate boost), Pro (€20/month, 5,000 req/hour, 50,000 req/day), Business (custom limits, contact required). See /pricing for current details. - **Price data sources:** TCGPlayer (USD) and CardMarket (EUR). No other marketplaces are integrated. - **Card game coverage:** Pokémon TCG (all sets) and One Piece Card Game / OPCG (all English and Japanese sets, from OP01 Romance Dawn onward). - **Code examples:** JavaScript, Python, Node.js, and Go snippets are provided in the docs. There is no published SDK package for any language — integration is via direct HTTP calls. - **Core Pokémon endpoints:** GET /cards, GET /sets, GET /prices, GET /search, GET /images, GET /analytics/top-cards. - **Core One Piece (BerryWallet) endpoints:** GET /op/cards, GET /op/sets, GET /op/prices, GET /op/search. ## Docs - [Pokémon TCG API documentation](https://pokewallet.io/api-docs) - [One Piece Card Game (BerryWallet) API documentation](https://pokewallet.io/berrywallet-docs) - [Pricing](https://pokewallet.io/pricing) - [Card catalog](https://pokewallet.io/catalog) ## Product pages - [PokéWallet — Pokémon TCG API](https://pokewallet.io/) - [BerryWallet — One Piece Card Game API](https://pokewallet.io/berrywallet) ## Guides - [Blog: Pokémon TCG and One Piece TCG market guides, set analyses, and API tutorials](https://pokewallet.io/blog) ## Optional - [Privacy Policy](https://pokewallet.io/privacy-policy) - [Terms and Conditions](https://pokewallet.io/terms-conditions)