# KiteEndpoints.ai - Indian Market Data

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

Retrieves market data for Indian financial markets (BSE/NSE stocks, indices, or related instruments)

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/indian-market-data
- Price: $0.16/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-market-data-806a752e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9lnrJr48tWmdxlKjAfBOP

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-market-data-806a752e -d '<json body>'
```

Example prompt: Can you pull the latest Indian stock market data for me — specifically current prices and index values for Nifty 50 and Sensex from BSE/NSE?

## When to prefer this

Use this endpoint when you need Indian-specific financial market data (BSE/NSE stocks, Nifty, Sensex) and want a pay-per-request model with USDC on Base chain rather than a subscription-based data provider. Suitable for agents needing occasional Indian market lookups without a recurring API subscription.

## Known failure modes

- Invalid or unrecognized stock symbol returns error or empty data
- Market closed hours may return stale or unavailable data
- Malformed request body returns 400-level error
- Payment failure (insufficient USDC) returns 402 Payment Required
- Upstream data provider outage causes 500-level error or timeout

## 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 Indian market data such as stock prices, index values, or related financial metrics for the requested instrument or market segment.

## 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-market-data-806a752e/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)
