# India Mutual Fund Search API

> India Mutual Fund Search API is a paid API for AI agents from stockapi.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 return matching fund details

## Facts

- Endpoint: GET https://stockapi.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-mutual-fund-search-api-930f3160
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cPH7UTmOkBUxOatVvGS4J

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-mutual-fund-search-api-930f3160
```

Example prompt: Search for Indian mutual funds matching 'Axis Bluechip' and show me the results — I want to see which funds come up so I can compare options.

## When to prefer this

Use this endpoint when you need to search or discover Indian mutual funds by name or keyword, especially when you want pay-per-call access with no account setup required, paying in USDC on Base via x402 protocol. Prefer this over alternatives when working with India-specific mutual fund data and needing no subscription commitment.

## Known failure modes

- Empty results array if no funds match the query
- Payment required (402) if USDC payment on Base is not provided
- Invalid or malformed query parameter returns an error
- Network timeout or service unavailability
- Fund database may not include very new or delisted funds

## How this service works

Pay-per-call India stock, F&O (with Black-Scholes Greeks), mutual fund, and RBI macro data. Powered by x402 — pay in USDC on Base, no account needed.

## Output

Returns a JSON object with a count of matching funds and a results array containing mutual fund details matching the search query, e.g. {count: 3, query: 'axis bluechip', results: [...]}

## 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-mutual-fund-search-api-930f3160/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stockapi.hillguava.xyz](https://www.zero.xyz/host/stockapi.hillguava.xyz/llms.txt)
