# KiteEndpoints.ai - Indian IPO Data

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

Retrieves current and upcoming Indian IPO (Initial Public Offering) listings and related data from Indian stock markets

## Facts

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

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

Example prompt: Can you pull up the latest Indian IPO listings for me — show upcoming, open, and recently listed IPOs with their issue price, lot size, and grey market premium?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time Indian IPO market data including mainboard and SME IPOs listed on NSE/BSE. Prefer this over generic finance APIs when the use case is specifically Indian equity offerings, subscription windows, GMP tracking, or IPO calendar data.

## Known failure modes

- No IPO data available for the requested period — returns empty result set
- Upstream Indian market data source unavailable — returns error or stale data
- Invalid or missing request parameters — returns 400-level error
- Payment not processed or insufficient USDC — returns 402 Payment Required
- Rate limiting or quota exceeded — returns 429 error

## 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 structured data about Indian IPOs including company name, IPO type (mainboard or SME), issue price band, lot size, open and close dates, subscription status, grey market premium (GMP), listing date, and allotment details for current and upcoming offerings on NSE and BSE.

## 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-7a9304cd/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)
