# Platinum Spot Price (XPT/USD) – x402node

> Platinum Spot Price (XPT/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 platinum spot price in USD as a commodity futures quote, with no parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/commodity/price/platinum/usd/xpt-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/platinum-spot-price-xpt-usd-x402node-1aeba9ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vCIPt8PfKgWvIYazKBGJ9

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 platinum-spot-price-xpt-usd-x402node-1aeba9ac
```

Example prompt: What's the current spot price of platinum in USD right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of the current platinum (XPT) spot price in USD. Ideal for portfolio apps, trading dashboards, commodity price monitors, or any workflow needing a fresh platinum quote without configuring query parameters. Prefer over scraped or estimated sources when you need a machine-readable, structured JSON response with a timestamp.

## Known failure modes

- Upstream market data feed unavailable — stale or missing price returned
- Payment of $0.005 USDC not completed — 402 Payment Required response
- Service temporarily unavailable — 503 or timeout
- Market closed periods may return last known price rather than a live tick

## How this service works

Live Platinum price (commodity futures, USD). Zero-param: GET returns current price. 铂金实时价格行情。プラチナ価格。Precio platino. 백금 시세. platinum price, platinum spot, commodity quote. Accepts payment on Base or Solana — either network works.

## Output

A JSON object containing the current platinum price as a number, the currency (USD), the commodity name, the trading symbol (XPT-USD), the unit (e.g. troy ounce), the data source, and an as_of timestamp indicating when the price was last updated.

## Example request

```json
{
 "top": "10"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/platinum-spot-price-xpt-usd-x402node-1aeba9ac/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)
