# KiteEndpoints.ai - Live Metal Prices

> KiteEndpoints.ai - Live Metal Prices is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Fetches current spot prices for precious metals such as gold, silver, platinum, and palladium.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/live-metal-prices
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-live-metal-prices-86305c2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TmvwN_6pWLjwTq_626A7I

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 kiteendpoints-ai-live-metal-prices-86305c2c -d '<json body>'
```

Example prompt: What are the live spot prices 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 (gold, silver, platinum, palladium) via a pay-per-request USDC model without a subscription commitment. Suitable for agents needing occasional live commodity price lookups without managing a dedicated metals data subscription.

## Known failure modes

- Upstream metal price data source unavailable — returns error or stale data
- Invalid request format — returns 400 error
- Payment not completed — returns 402 Payment Required
- Rate limit or quota exceeded — returns 429

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns current spot prices for precious metals (e.g. gold, silver, platinum, palladium) including price values and likely currency denomination.

## 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/kiteendpoints-ai-live-metal-prices-86305c2c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
