# Palladium Spot Price (USD) — x402node

> Palladium Spot Price (USD) — x402node 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 spot price of palladium (XPD) in US dollars as a commodity futures quote.

## Facts

- Endpoint: GET https://api.x402node.dev/commodity/price/palladium/usd/xpd-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/palladium-spot-price-usd-x402node-0b6213c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__XFfHnZ1gEZIJbdgHz6ER

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 palladium-spot-price-usd-x402node-0b6213c5
```

Example prompt: What's the current live spot price of palladium in USD — I need the latest market quote right now.

## When to prefer this

Use this endpoint when you need a real-time, no-parameter palladium spot price in USD delivered instantly as a structured JSON response. Prefer it for commodity price lookups where palladium (XPD) is the specific metal needed, especially in financial, investment, or industrial contexts where current market pricing matters.

## Known failure modes

- Upstream price feed unavailable — stale or missing data
- Payment not processed — 402 error if USDC payment fails
- Rate limit exceeded for the endpoint
- Network timeout reaching api.x402node.dev

## How this service works

Live Palladium price (commodity futures, USD). Zero-param: GET returns current price. 钯金实时价格行情。パラジウム価格。Precio paladio. 팔라듐 시세. palladium price, palladium spot, commodity quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the current palladium price as a number, the currency (USD), commodity name, symbol (XPD-USD), unit, the 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/palladium-spot-price-usd-x402node-0b6213c5/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)
