Live market prices, cost basis, and an AI analyst that knows your collection — graded and raw.
Every card you own gets a live mark price, your cost basis, and P&L as the market moves — graded and raw, in one view.
| Card | Cond. | Mark | P&L |
|---|---|---|---|
| PSA 10 | $2,840 | +$412 | |
Umbreon VMAXEvolving Skies | Near Mint | $612 | −$38 |
Charizard ex151 | CGC 10 | $890 | +$96 |
Sign up. No card required. One portfolio list and one watchlist to start.
Any card price — a live mark price before you add a position.
Track holdings with cost basis and P&L as the market moves.
SilphCo ingests completed sales from eBay, TCGplayer, Mercari JP, Fanatics, and physical-card-backed on-chain marketplaces — then reconciles them into a single market view. Here is one card's raw Near Mint market, sale by sale — every dot a real settlement.
Every price is a 30-day volume-weighted average of real completed sales, computed per card, per grade, per language. No listing prices, no wishful asks — settlement only.
From Base Set to this quarter's releases — every set gets the same treatment: daily volume, sale counts, average price, and PSA 10 share. Small multiples, same scale question, no chartjunk.
Physical cards now settle on-chain too. SilphCo indexes vaulted-card marketplaces on Solana, Base, and BSC alongside the traditional venues, and resolves every sale back to the same card identity.
Every chart above is rendered from real responses of the public SilphCo API — versioned contracts, a SQL-over-HTTP endpoint, and an agent that answers in charts. Free keys at silphcoanalytics.xyz/dashboard.
$ curl https://silphcoanalytics.xyz/api/v3/cards/me2pt5-276/vwap \ -H "Authorization: Bearer $SILPH_KEY" { "contract": "vwap.v1", "data": { "card_id": "me2pt5-276", // Pikachu ex · Ascended Heroes "window_days": 30, "vwap_by_condition": [ { "condition": "NM", "grader": "RAW", "vwap": 1298.26, "transaction_count": 52 }, { "grader": "CGC", "grade_num": 10.0, "vwap": 1307.84, "transaction_count": 28 }, { "grader": "BGS", "grade_num": 10.0, "vwap": 1954.30, "transaction_count": 62 }, { "grader": "PSA", "grade_num": 10.0, "vwap": 2688.81, "transaction_count": 182 } ] } }