# KiteEndpoints.ai - Indian Exchange Rate API

> KiteEndpoints.ai - Indian Exchange Rate API is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-15).

Returns currency exchange rate data for Indian financial markets, likely including INR conversion rates and related financial data

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/indian-exchange
- Price: $0.14/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-indian-exchange-rate-api-85995a47
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6a_Wqr1opA7fLLqstChiC

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-indian-exchange-rate-api-85995a47 -d '<json body>'
```

Example prompt: Can you look up the current Indian rupee exchange rate against the US dollar using the KiteEndpoints Indian Exchange API?

## When to prefer this

Choose this endpoint when you need quick, pay-per-use access to Indian rupee exchange rates without subscribing to a dedicated forex API. It is well-suited for occasional lookups where a flat $0.14 USDC per call cost is acceptable and you want to avoid managing API keys for a separate finance provider.

## Known failure modes

- Invalid or missing request body returns an error
- Downstream exchange rate data source unavailability causes 500-level errors
- Payment failure (insufficient USDC balance) results in 402 Payment Required
- Rate limiting if too many requests are made in quick succession

## 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 JSON object with exchange rate data for Indian financial markets, likely including current INR conversion rates and related financial figures 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-indian-exchange-rate-api-85995a47/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)
