Silver Price in USD — Live API

Live XAG-USD silver spot from a live oracle stream. Commercial-ok license. Pair with XAG-USD-FUTURES for Kalshi silver resolution.

XAG-USD-SPOT
$
USD per troy ounce
Per-source freshness
No sources available (Pro-tier symbol?)

How it's computed

Every source that contributes to this row appears in the sources[] array with its own license, timestamp, and staleness flag. No blending, no hidden median. See /methodology for the full picture.

Call it yourself

Bearer token + one GET. MCP-native agents on Free already.

curl -H "Authorization: Bearer ga_live_..." \
  "https://api.goldprice.dev/v1/prices?symbol=XAG-USD-SPOT"
const res = await fetch(
  "https://api.goldprice.dev/v1/prices?symbol=XAG-USD-SPOT",
  { headers: { Authorization: `Bearer ${process.env.GOLDPRICE_API_KEY}` } }
);
const { symbols } = await res.json();
const row = symbols[0];
console.log(row.price, row.sources); // pass-through sources[]
# In Claude Desktop / Cursor with @goldprice/mcp configured:
> Use get_spot_price for XAG-USD-SPOT

# Then get provenance:
> Use get_metadata for XAG-USD-SPOT

Markets that resolve on this data

  • Polymarket: XAG spot-based silver markets
  • Kalshi: Silver spot price markets

Related

Ship it this week

Free tier for prototyping. $10 Basic unlocks live oracle + gold/silver futures settlement. $50 Pro adds silver + copper + commercial use.

Get an API Key →