# KiteEndpoints.ai - Gold & Silver Prices India

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

Fetches current gold and silver prices in India, including rates by city or purity.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/gold-silver-india
- Price: $0.09/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-prices-india-88c0f3bb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xGA8xyhnbZYABEEsJjxPg

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-88c0f3bb -d '<json body>'
```

Example prompt: What's the current price of 24 karat gold and silver per gram in India today — specifically for Mumbai?

## When to prefer this

Use this endpoint when you need real-time or daily gold and silver price data specifically for the Indian market. Prefer this over generic commodity APIs when Indian city-specific rates or INR-denominated pricing is required. Suitable for jewelry cost estimation, investment tracking, or daily price monitoring in India.

## Known failure modes

- Data source unavailable — price feed may be down or delayed
- City not found — invalid or unsupported city name returns error
- Rate limiting — too many requests in quick succession
- Empty result if market is closed or data not yet refreshed for the day

## 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 price data for India, typically including rates per gram or per 10 grams, broken down by purity (e.g. 22K, 24K) and optionally by city. Response is wrapped in a result object.

## 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-88c0f3bb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
