# India Data Gateway

> India Data Gateway is a paid API for AI agents from gateway.hillguava.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Pay-per-call gateway for Indian financial market data, weather, RBI macro indicators, and identity/format verification (IFSC, pincode, GSTIN) via x402 micropayments

## Facts

- Endpoint: GET https://gateway.hillguava.xyz/index/%7Bname%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/india-data-gateway-0a2bc332
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZHQ8WFzadqLRcdyKHXUBW

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 india-data-gateway-0a2bc332
```

Example prompt: What's the current Nifty 50 index value and today's percent change, and also verify this IFSC code HDFC0001234 for me — pay the $0.01 USDC call fee via x402 on Base.

## When to prefer this

Use this endpoint when you need quick, no-signup access to Indian-specific data — stock indices, F&O derivatives with Greeks, monsoon/weather forecasts, RBI macro data, or verification of Indian identity formats (IFSC, GSTIN, pincode) — and are comfortable paying $0.01 USDC per call via x402 on Base without needing an API key or account.

## Known failure modes

- Payment not received or insufficient USDC balance — returns 402 Payment Required
- Invalid or unknown index/symbol/name parameter — returns empty or error JSON
- Unsupported query type not covered by gateway — returns null or error
- Network timeout from upstream Indian data providers — returns 503 or timeout error
- Malformed IFSC/GSTIN/pincode format — returns validation error

## How this service works

The India data layer for AI agents. Pay only for the calls you make — no API keys, no accounts, no minimums, no rate limits. One x402 origin covering Indian weather (forecasts, monsoon), markets (stocks, indices, F&O with Black-Scholes Greeks, historical, mutual funds), RBI macro, identity/format verification (IFSC, pincode, GSTIN), NSE market holidays, panchang (Hindu almanac), and live cricket scores. Settle per call in USDC on Base.

## Output

A JSON object containing the requested data — for example, an index name, current value, and percentage change for market queries; bank branch details for IFSC lookups; weather forecast data for city queries; or GSTIN business info for identity verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "index": "nifty",
  "value": 25234.85,
  "change_pct": 0.42
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/india-data-gateway-0a2bc332/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.hillguava.xyz](https://www.zero.xyz/host/gateway.hillguava.xyz/llms.txt)
