# KiteEndpoints.ai - Gold & Silver Prices India

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

Fetches current gold and silver spot prices in India, typically in INR per gram or tola.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/gold-silver-india
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-gold-silver-prices-india-c76a55fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jT_3kusfE47ah2CuYu-ru

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-prices-india-c76a55fc -d '<json body>'
```

Example prompt: What are today's gold and silver spot prices in India — give me the rate per gram in INR for both 22K and 24K gold and silver?

## When to prefer this

Use this endpoint when you need India-specific gold and silver commodity prices quoted in INR. Prefer this over generic global commodity APIs when the user explicitly needs Indian market rates, as Indian gold prices include local taxes, import duties, and regional premiums that differ from international spot prices.

## Known failure modes

- Data source unavailable or rate feed down — returns error or stale data
- Market closed or holiday — prices may reflect last available rate
- Invalid request parameters — returns 400 or error object
- Upstream scraping or API dependency failure — partial or null result

## 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 gold and silver spot prices in India, likely including price per gram and/or per tola in INR, potentially broken down by purity (22K, 24K for gold), along with a timestamp indicating when the data was last updated.

## 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-prices-india-c76a55fc/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)
