Skip to content

PokeTrace

Real-time Pokemon card prices, graded values, and market data.
TCGPlayer market prices, eBay sold averages, PSA / BGS / CGC graded comps, and daily price history — for every
Pokemon card ever printed.

🌐 poketrace.com · 📡 API & SDK


What we do

PokeTrace is dedicated entirely to the Pokemon TCG — deeper data, Pokemon-specific features, and a collector-first experience.

🎴 Every Pokemon card English + Japanese, every set, every variant
💰 Real prices TCGPlayer market + eBay actual sold listings
🎓 Graded comps PSA, BGS, CGC, SGC, ACE, TAG — every grade
📈 Price history Daily price tracking up to 1 year
📊 Market movers Top gainers & losers, updated daily
📦 Official SDK TypeScript / JavaScript — npm

Official SDK

npm install @poketrace/sdk


import { PokeTrace } from "@poketrace/sdk";                                                                           
                                                                                                                      
const client = new PokeTrace({ apiKey: "pc_your_api_key" });                                                          
                                                                                                                      
const cards = await client.cards.list({                                                                               
  search: "Charizard",                                                                                                
  has_graded: true,                                                                                                   
});                                                                                                                   
                                                                                                                      
for (const card of cards.data) {                                                                                      
  console.log(card.name, card.prices);                                                                                
}

See the full SDK documentation at https://github.com/PokeTrace/sdk.


https://poketrace.com

Real-time Pokemon card prices for collectors, traders, and developers.

Popular repositories Loading

  1. sdk sdk Public

    Official JavaScript / TypeScript SDK for PokeTrace — real-time Pokemon card prices from TCGPlayer and eBay, PSA/BGS/CGC graded values, and daily price history. Built on the TCG Price Lookup API.

    TypeScript

  2. .github .github Public

Repositories

Showing 2 of 2 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…