byDexterDexterbeta
DashboardSearch
Explorer
ProtocolsChainsFacilitatorsServersResourcesTransactionsLifetime
Dexter Products
OpenDexterInstinct
Intelligence
WashCircleChannels
Skills
Browse SkillsBuild a Skill
StatusDocsAboutBlog
DexterDexter

The real-time explorer for the x402 paid web. 8 chains. Quality-scored APIs. Live settlement data.

Explore

  • Facilitators
  • Servers
  • Resources
  • Transactions

Developers

  • API Docs
  • GitHub
  • x402 SDK
  • OpenDexter
  • Status

Company

  • About
  • Blog
  • Terms of Service
  • Privacy Policy
  • Contact
© 2026 Dexter Labs CorporationPowered by the x402 protocol
DashboardSearch
Explorer
ProtocolsChainsFacilitatorsServersResourcesTransactionsLifetime
Dexter Products
OpenDexterInstinct
Intelligence
WashCircleChannels
Skills
Browse SkillsBuild a Skill
StatusDocsAboutBlog
Dashboard/Servers/api.tcgapi.dev
SolanaBasePolygonArbitrumOptimismAvalancheBNBSKALE
SolanaBasePolygonArbitrumOptimismAvalancheBNBSKALE
api.tcgapi.dev

api.tcgapi.dev

15 resources2724ms p50
Base

api.tcgapi.dev

api.tcgapi.dev is a multi-TCG data API serving agents that need card metadata, set information, and market pricing from TCGPlayer and Cardmarket EU. It covers 85+ games and supports use cases ranging from single-card lookups to full set exports and historical price trend analysis. It does not offer real-time streaming prices, deck-building logic, or cross-marketplace trading execution.

Capabilities

Set Discovery and Metadata
Enables agents to enumerate, browse, and retrieve structured metadata for TCG sets across 89+ games, including release dates, card counts, game affiliation, and image URLs.
fetch-tcg-sets-listfetch-tcg-set-details
Card Metadata Lookup
Retrieves detailed metadata for individual trading cards by numeric ID or TCGPlayer product ID, including name, rarity, HP, attacks, abilities, set affiliation, and image URLs.
fetch-tcgplayer-card-by-idfetch-tcg-card-details
Set Card Inventory
Returns the full list of cards and sealed products within a specific set, including per-card pricing, rarity, and image data, suitable for cataloging or inventory sync.
fetch-tcg-set-cardsfetch-tcgapi-set-export
Current Card Pricing
Provides current TCGPlayer market prices, price change deltas (24h/7d/30d), and printing metadata for individual cards by numeric card ID.
fetch-tcg-card-prices
Price Movement and Trends
Surfaces daily top price movers across TCGs and provides daily or weekly historical price series for individual cards, enabling trend analysis, charting, and arbitrage detection.
fetch-tcg-price-top-moversfetch-tcg-card-price-history
Data Coverage Assessment
Returns Cardmarket EU scraping coverage statistics per game and set, allowing agents to assess data completeness and confidence before relying on EU pricing.
fetch-cardmarket-coverage

Workflows

Set Exploration to Card Pricing
Use when an agent needs to browse available sets, select one, and retrieve current pricing for all cards within it.
  1. 1
    fetch-tcg-sets-listEnumerate available TCG sets to identify the target set and obtain its numeric set ID.
  2. 2
    fetch-tcg-set-detailsRetrieve structured metadata for the selected set to confirm identity, release date, and card count.
  3. 3
    fetch-tcg-set-cardsFetch all cards and their current pricing for the confirmed set ID.
Card ID Resolution to Price History
Use when an agent needs to analyze the historical price trend for a card but only has a TCGPlayer product ID rather than a numeric card ID.
  1. 1
    fetch-tcgplayer-card-by-idResolve the TCGPlayer product ID to structured card metadata, obtaining the numeric card ID.
  2. 2
    fetch-tcg-card-price-historyUse the resolved numeric card ID to retrieve daily or weekly historical price data for trend analysis.
Top Mover Deep Dive
Use when an agent needs to investigate a trending card surfaced by the daily movers feed, retrieving full metadata and price history for context.
  1. 1
    fetch-tcg-price-top-moversIdentify cards with the largest daily price movements and obtain their numeric card IDs.
  2. 2
    fetch-tcg-card-detailsRetrieve enriched metadata for a specific mover card using its numeric card ID.
  3. 3
    fetch-tcg-card-price-historyPull historical price data for the card to contextualize whether the daily move is an anomaly or part of a longer trend.
Full Set Bulk Export with Coverage Check
Use when an agent needs to ingest a complete set's card and pricing data from both TCGPlayer and Cardmarket EU, and must first verify EU data completeness.
  1. 1
    fetch-cardmarket-coverageCheck Cardmarket EU scraping coverage and confidence for the target game before relying on EU pricing fields.
  2. 2
    fetch-tcgapi-set-exportExport the full card and product list for the target set, including all pricing fields, with coverage context already established.

Use this host in Claude

Copy the skill below, then add it on claude.ai under Skills → Create skill → Upload.

Machine-readable: skills.json · SKILL.md · manifest.json
$0.53
across29settlements·$0.02avg
4buyers
1sellers
All-time context: $0.53 across 29 settlements
Facilitators
all-time breakdown
CoinbaseCoinbase49 txns$1.02
Chains
Last 24h
base

Resources (15)

All-time breakdown
ResourceCategoryQualityTierTxnsVolume
api.tcgapi.dev
TCG Card Price Lookup
https://api.tcgapi.dev/v1/cards/5846/prices
Data
25
host level——
api.tcgapi.dev
TCG Set Price Lookup
https://api.tcgapi.dev/v1/sets/100001/prices
Data
92
host level——

Own api.tcgapi.dev? List it with your agent

Paste the prompt below to your coding agent. It runs a real paid test on every route, fixes what scores low, and re-auditions until they pass — the gaps below are already filled in for you.

  • 4 routes are scoring below 50 — likely broken, mispriced, or returning the wrong shape.
  • 1 route is in the 50–74 band — working, but with room to climb.
  • 5 routes are flagged by the verifier as failing or inconclusive.
Paste this to your agent
Make my x402 API at https://api.tcgapi.dev discoverable on x402gle. Read the instructions at https://x402gle.com/agent.md and follow them end to end. Install the OpenDexter CLI, then run `npx @dexterai/opendexter audition https://api.tcgapi.dev --json`. Heads up: 4 routes are scoring below 50 — start there. Read the score and fixInstructions for every route, fix my OpenAPI and endpoints until each route passes, and re-audition until it does. A passing audition lists my API automatically.

New to this? How agent-first onboarding works.

Latest Settlements

Live feed
ForViaChainAmountBuyerTxTime
api.tcgapi.dev
TCGPlayer Card Lookup
https://api.tcgapi.dev/v1/cards/tcgplayer/475980
Data
96
host level
—
—
api.tcgapi.dev
Card Price History
https://api.tcgapi.dev/v1/cards/5846/history
Analytics
86
host level——
api.tcgapi.dev
TCG Top Movers
https://api.tcgapi.dev/v1/prices/top-movers
Analytics
52
host level——
api.tcgapi.dev
Cardmarket Coverage
https://api.tcgapi.dev/v1/cardmarket/coverage
Analytics
88
host level——
api.tcgapi.dev
TCG Set Details
https://api.tcgapi.dev/v1/sets/100001
Data
96
host level——
api.tcgapi.dev
TCG Set Index
https://api.tcgapi.dev/v1/sets
Data
86
host level——
api.tcgapi.dev
Card Price History Pro
https://api.tcgapi.dev/v1/cards/5846/history/detailed
Data
91
host level——
api.tcgapi.dev
Bulk TCG Card Metadata
https://api.tcgapi.dev/v1/bulk/cards
Data
12
host level——
api.tcgapi.dev
Card Price History Bulk
https://api.tcgapi.dev/v1/bulk/history
Analytics
12
host level——
api.tcgapi.dev
TCG Set Export
https://api.tcgapi.dev/v1/export/set/100001
Data
88
host level——
api.tcgapi.dev
TCG Set Cards
https://api.tcgapi.dev/v1/sets/100001/cards
Data
94
host level——
api.tcgapi.dev
Bulk Card Price Scan
https://api.tcgapi.dev/v1/bulk/prices
Data
12
host level——
api.tcgapi.dev
Card Detail Lookup
https://api.tcgapi.dev/v1/cards/5846
Data
96
host level——

Accolades