📄 Docs ⚙️ Dashboard 💳 Pricing 🔑 Get API Key 🏠 Main Site ↗

TCG API for Card Shops

Run a card shop? Use the API to automate inventory pricing, generate dynamic buy-lists, sync listings to Cardmarket/TCGPlayer/CollectorsStashMarket and monitor competitive pricing.

Common workflows

Code example

POST /v1/cards/batch-prices
{
  "card_ids": [101, 202, 303, ...]
}
→ returns array of {card_id, market, low, mid, high}

Related