# India Data Gateway — RBI Macro Data

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

Returns current RBI macroeconomic indicators for India including INR/USD exchange rate, repo rate, and CPI inflation.

## Facts

- Endpoint: GET https://gateway.hillguava.xyz/macro/rbi
- Price: $0.02/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-rbi-macro-data-91f0ffcf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ecAUSwREQzjVJZrp01J8O

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-rbi-macro-data-91f0ffcf
```

Example prompt: What are the current RBI macro indicators for India — specifically the repo rate, CPI inflation, and INR/USD exchange rate?

## When to prefer this

Use this endpoint when you need current Indian macroeconomic data — specifically RBI repo rate, CPI inflation, or INR/USD exchange rate — without setting up an account or API key, paying per-call in USDC via x402 on Base. Ideal for agents needing lightweight, on-demand access to India macro data.

## Known failure modes

- Payment failure: x402 USDC payment on Base not completed or insufficient funds
- Data unavailable: RBI source temporarily unreachable, may return error or stale data
- Rate limiting or gateway timeout if upstream data provider is slow

## 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

Returns a JSON object with three fields: inr_usd (current INR to USD exchange rate as a float), repo_rate_pct (RBI repo rate as a percentage), and cpi_inflation_pct (India CPI inflation as a percentage).

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "inr_usd": 94.71,
  "repo_rate_pct": 5.25,
  "cpi_inflation_pct": 3.94
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/india-data-gateway-rbi-macro-data-91f0ffcf/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)
