# India Data Gateway — Mutual Fund Search

> India Data Gateway — Mutual Fund Search 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).

Search Indian mutual funds by name or keyword and retrieve matching fund results with count

## Facts

- Endpoint: GET https://gateway.hillguava.xyz/mutualfund/search
- 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-mutual-fund-search-fbfefec8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__Kxw0ySZVjc5biNFdegFt

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-mutual-fund-search-fbfefec8
```

Example prompt: Search India Data Gateway for mutual funds matching 'axis bluechip' and show me how many schemes come up and their names.

## When to prefer this

Use this endpoint when you need to search and discover Indian mutual fund schemes by name or keyword without needing an API key or account — ideal for agents operating in the Indian financial domain that pay per call in USDC via x402 on Base.

## Known failure modes

- Empty results array when no funds match the query
- Malformed or missing query parameter returns error or zero results
- Payment failure via x402 if USDC balance is insufficient
- Upstream data source unavailability returns 5xx error
- Unexpected schema changes in fund data fields

## 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 a count of matched funds and a results array of matching Indian mutual fund schemes for the given search query.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 3,
  "query": "axis bluechip",
  "results": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/india-data-gateway-mutual-fund-search-fbfefec8/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)
