# GGWP Live Metal Prices

> GGWP Live Metal Prices is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.08282/call, status unknown (last checked 2026-09-15).

Returns real-time spot prices for precious metals such as gold, silver, platinum, and palladium

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/live-metal-prices
- Price: $0.08282/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-live-metal-prices-9a652cd8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TYWPdqN1uh2BWN7sdDvXX

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 ggwp-live-metal-prices-9a652cd8 -d '<json body>'
```

Example prompt: What's the live spot price for gold and silver right now?

## When to prefer this

Use this endpoint when you need real-time or near-real-time precious metal spot prices for financial calculations, portfolio tracking, or market monitoring. Prefer this over static or delayed datasets when freshness matters. Good for agentic workflows that need current commodity prices without maintaining a dedicated market data subscription.

## Known failure modes

- Market data feed unavailable or delayed — endpoint may return stale or empty data
- Invalid or unsupported metal symbol in request — returns error or empty result
- Upstream price provider outage causing null or error response
- Payment not processed via x402 protocol — returns 402 Payment Required

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns current spot prices for one or more precious metals (e.g. gold, silver, platinum, palladium), typically including price per troy ounce and possibly currency denomination and timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-live-metal-prices-9a652cd8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
