# GGWP Indian Stock Exchange API

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

Fetches Indian stock exchange data including prices, market info, and financial metrics via pay-per-call x402 protocol.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/indian-stock-exchange
- Price: $0.150167/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-indian-stock-exchange-api-afe8ef11
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4DfNuITe_SadJ9j8YFtzt

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-indian-stock-exchange-api-afe8ef11 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need Indian stock exchange data (NSE/BSE) and want pay-per-call pricing via x402 on Base chain rather than a subscription-based stock data API. Best suited for sporadic lookups rather than high-frequency trading data needs.

## Known failure modes

- Invalid or unrecognized stock symbol returns empty or error result
- Network timeout on vercel.app deployment under load
- Payment failure on Base chain due to insufficient USDC balance
- Poorly defined input schema may result in ambiguous query handling
- Rate limiting or 402 payment required if wallet not configured
- Stale data if underlying market data source is not real-time

## 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 stock exchange data for the queried Indian equity, which may include current price, trading volume, market capitalization, exchange listing details (NSE/BSE), and other available financial metrics.

## 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-indian-stock-exchange-api-afe8ef11/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)
