Skip to content
Prepaid, no subscription trap. Top up a balance and we draw the monthly fee from it.
tcggraph

Magic: The Gathering · Antiquities · #53 · uncommon

Ivory Tower

Ivory Tower (Antiquities #53, Magic) price: Cardmarket from €10.76, trend €23.44, TCGplayer $32.12, PSA 10 $447.19.

€10.76
Cardmarket, cheapest
any language, any condition
€23.44
Cardmarket trend
7-day average €22.89, 30-day €22.70
$32.12
TCGplayer market
low —
$447.19
PSA 10
71 sold in the last year, all grades
Ivory Tower, Antiquities #53

Graded

Ivory Tower graded prices

What graded copies of this printing sell for, by grader and grade, in USD. Refreshed daily from our graded index.

GraderGradePrice
BGS10$581.00
PSA10$447.19
SGC10$268.00
Any grader9.5$168.43
CGC10$130.13
Any grader9$62.80
Any grader8$35.40
Ungraded$22.75

In your app

The same numbers, as JSON

Everything on this page is one call to the TCGGraph API: card mtg_a5f23039-45c with its Cardmarket and TCGplayer quotes, the per-language and per-condition lows, graded prices and realised sales. REST or GraphQL, one key.

Card id
mtg_a5f23039-45c
Cardmarket product
6889
TCGplayer product
3290
Artist
Margaret Organ-Kean
Set released
4 Mar 1994
Prices updated
13 Sept 2026
REST
curl "https://api.tcggraph.com/v1/cards/mtg_a5f23039-45c" \
  -H "Authorization: Bearer $TCGGRAPH_KEY"

# realised sales by day
curl "https://api.tcggraph.com/v1/prices/mtg_a5f23039-45c/sales?days=90" \
  -H "Authorization: Bearer $TCGGRAPH_KEY"
GraphQL
{
  card(id: "mtg_a5f23039-45c") {
    name
    prices { source currency low trend market }
    languagePrices {
      language finish low lowNm offers truncatedAbove
      conditions { condition low offers }
    }
    gradedPrices { grader grade price }
  }
}

Prices on this page are read from Cardmarket and TCGplayer and refreshed daily; graded quotes come from TCGGraph's graded index. TCGGraph does not sell cards and carries no affiliate links. Card names and artwork are the property of Wizards of the Coast.