# KiteEndpoints.ai - Indian IPO Data API

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

Retrieves current and upcoming Indian IPO (Initial Public Offering) data including listings, pricing, subscription status, and related details for the Indian stock market.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/indian-ipo
- Price: $0.19/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-ipo-data-api-b2708c8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eH9EBSnaZgkvzQJR1Gowr

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-ipo-data-api-b2708c8d -d '<json body>'
```

Example prompt: Can you pull up the latest Indian IPO listings right now — I want to see which ones are currently open for subscription, their price bands, and closing dates?

## When to prefer this

Use this endpoint when you need structured, up-to-date information about Indian IPOs (NSE/BSE), including mainboard and SME IPOs, subscription windows, price bands, and listing details. Prefer this over general finance APIs when the query is specifically about new share offerings in the Indian market.

## Known failure modes

- No active IPOs available returns empty result set
- Upstream data source unavailable returns error in result object
- Invalid or missing request body returns 400-level error
- Payment failure via x402 protocol blocks access
- Stale or delayed data if upstream provider cache is not refreshed

## 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 IPO data such as IPO names, price bands, subscription periods, issue sizes, listing dates, allotment status, GMP (grey market premium), and categorization (mainboard vs SME) for current and upcoming IPOs in the Indian equity market.

## 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-ipo-data-api-b2708c8d/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)
