# Silver Spot Price – USD (XAG-USD)

> Silver Spot Price – USD (XAG-USD) is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current live silver spot price in USD with metadata including source, symbol, and timestamp.

## Facts

- Endpoint: GET https://api.x402node.dev/commodity/price/silver/usd/xag-usd
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/silver-spot-price-usd-xag-usd-f7e31b54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5JzlUowF5Q-vvtVXU6Ato

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability silver-spot-price-usd-xag-usd-f7e31b54
```

Example prompt: What's the current silver spot price in USD — the live XAG-USD quote right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, real-time silver spot price in USD without constructing any query parameters. Ideal for commodity dashboards, portfolio trackers, or automated trading signals that need the XAG-USD rate on demand. Prefer over generic financial APIs when a simple, pay-per-call model with no auth setup is acceptable.

## Known failure modes

- Upstream price feed unavailable — stale or no data returned
- Payment not processed (x402 payment required, 402 response if unpaid)
- Network timeout if commodity exchange is unreachable
- Invalid response structure if provider changes schema

## How this service works

Live Silver price (commodity futures, USD). Zero-param: GET returns current price. 白银实时价格行情。銀価格。Precio plata. 은 시세. silver price, silver spot, commodity quote. Accepts payment on Base or Solana — either network works.

## Output

A JSON object containing the current silver price as a number, the currency (USD), commodity name, symbol (XAG-USD), unit, data source, and an as_of timestamp indicating when the price was recorded.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/silver-spot-price-usd-xag-usd-f7e31b54/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
