# KiteEndpoints.ai - Gold & Silver Price Lookup

> KiteEndpoints.ai - Gold & Silver Price Lookup is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns current gold and silver spot prices via the KiteEndpoints.ai Mega API Hub

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/gold-silver
- Price: $0.15/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-gold-silver-price-lookup-92783301
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XGHKuxpFvaVxU2-GkN4MH

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-gold-silver-price-lookup-92783301 -d '<json body>'
```

Example prompt: What are the current spot prices for gold and silver right now?

## When to prefer this

Use this endpoint when you need quick, pay-per-use access to gold and silver spot prices without a subscription, paying $0.15 USDC per call on Base chain. Good for infrequent lookups or agent workflows that need precious metal prices on demand.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required
- Invalid or malformed request body — 400 Bad Request
- Upstream data source unavailable — 503 Service Unavailable
- Rate limit exceeded — 429 Too Many Requests
- Missing required fields in request object — 422 Unprocessable Entity

## 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 a result object containing current gold and silver spot price data, likely including price per troy ounce and possibly currency denomination, sourced from the KiteEndpoints.ai hub.

## 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-gold-silver-price-lookup-92783301/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
