# agentdatum.com Precious Metals Prices

> agentdatum.com Precious Metals Prices is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns real-time spot prices for gold, silver, platinum, and palladium via NordAPI — no registration required.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/metals-prices
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentdatum-com-precious-metals-prices-306b2ccc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mqQrrRWBSh2hF00je0F5I

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 agentdatum-com-precious-metals-prices-306b2ccc
```

Example prompt: What are the current spot prices for gold, silver, platinum, and palladium?

## When to prefer this

Choose this endpoint when you need no-registration, pay-per-call access to live precious metals spot prices (gold, silver, platinum, palladium) without managing API keys or subscriptions. Ideal for agents that need commodity pricing on demand rather than through a dedicated data provider account.

## Known failure modes

- Upstream NordAPI outage returns 5xx or empty data
- Stale or delayed prices during low-liquidity market hours
- Payment not settled (x402 protocol failure) returns 402 Payment Required
- Rate limiting or server-side throttling returns 429
- Malformed response if upstream data feed changes schema

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

Returns real-time spot prices for the four major precious metals — gold (XAU), silver (XAG), platinum (XPT), and palladium (XPD) — typically denominated in USD per troy ounce, sourced from NordAPI's live market feed.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ]
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "required": []
    }
   },
   "required": [
    "type",
    "method"
   ],
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   },
   "required": [
    "type"
   ]
  }
 },
 "required": [
  "input"
 ]
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "data": {
    "base": "USD",
    "count": 4,
    "prices": [
     {
      "date": "2026-08-13",
      "name": "Gold (Troy Ounce)",
      "unit": "troy_oz",
      "metal": "gold",
      "price": 4365.2002,
      "source": "gold-api",
      "currency": "USD",
      "price_usd": 4365.2002
     },
     {
      "date": "2026-08-13",
      "name": "Gold (Troy Ounce)",
      "unit": "troy_oz",
      "metal": "gold",
      "price": 4365.2002,
      "source": "gold-api",
      "currency": "USD",
      "price_usd": 4365.2002
     }
    ]
   },
   "success": true
  },
  "source": "generic_json",
  "data_type": "大宗商品",
  "collected_at": "2026-08-14T00:13:31Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentdatum-com-precious-metals-prices-306b2ccc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
