# GGWP API Hub – Indian Stock Market

> GGWP API Hub – Indian Stock Market is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.133582/call, status unknown (last checked 2026-09-14).

Fetches Indian stock market data including prices, quotes, and market information for NSE/BSE-listed securities.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/indian-stock-market
- Price: $0.133582/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-indian-stock-market-651038ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kzg0oZlgC4cbAcBp5Sv_h

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 ggwp-api-hub-indian-stock-market-651038ec -d '<json body>'
```

Example prompt: Can you pull up the current stock price and market data for Reliance Industries from the Indian stock market?

## When to prefer this

Choose this endpoint when you specifically need Indian stock market data (NSE/BSE listed securities) and want a pay-per-call model via x402 micropayments on Base chain, avoiding subscription-based Indian market data services. Best suited for sporadic queries rather than high-frequency trading data needs.

## Known failure modes

- Invalid or unrecognized stock symbol returns an error or empty result
- Rate limiting or payment failure if USDC balance is insufficient for x402 micropayment
- Market closed periods may return stale or unavailable data
- Network timeout from the Vercel-hosted endpoint under high load
- Poorly documented schema means exact required input fields are uncertain

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing Indian stock market data such as current price, trading volume, market cap, and other relevant financial metrics for the queried stock or company listed on NSE/BSE.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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/ggwp-api-hub-indian-stock-market-651038ec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
