ConsoleCatalog
Sign in
MTGGoldfish logo

MTGGoldfish

mtggoldfish.comGamingno auth

Magic: The Gathering - card prices, top market movers, and deck usage data.

Card Price Details

ASYNCREADNo auth

Returns a card's paper and MTGO prices plus set, rarity, and oracle text.

ParametersFormJSON

Set code slug in the card price URL path (e.g. bloomburrow)

Collector number segment in the card price URL path

Hyphenated card name slug in the card price URL path

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_mtggoldfish_card_price_detail_ssr",
    "params": {
      "set_slug": "bloomburrow",
      "card_number": "172",
      "card_slug": "for-the-common-good"
    }
  }'