# x402 Alert - India Stock Data API

> x402 Alert - India Stock Data API is a paid API for AI agents from x402-alert.vercel.app, paid per call via x402, $0.075/call, status unknown (last checked 2026-09-16).

Fetches real-time or latest stock market data for Indian equities (NSE/BSE), paid per-call via USDC on Base using the x402 protocol.

## Facts

- Endpoint: POST https://x402-alert.vercel.app/api/india-stock
- Price: $0.075/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-alert-india-stock-data-api-ddce2083
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8kUoi7qXtoSVaauZ3fV-Q

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 x402-alert-india-stock-data-api-ddce2083 -d '<json body>'
```

Example prompt: Can you get me the latest stock data for Reliance Industries on the Indian market — I want to see the current price and any available financial metrics?

## When to prefer this

Use this endpoint when you need stock market data specifically for Indian equities listed on NSE or BSE, and you are operating in a x402-compatible micropayment environment using USDC on Base. Prefer this over general financial APIs when the target market is India and per-call billing via crypto is acceptable.

## Known failure modes

- Invalid or unrecognized stock ticker returns an error or empty result
- Payment failure or insufficient USDC balance blocks the request via x402 protocol
- Network timeout if the upstream India stock data source is unavailable
- Malformed request body returns a schema validation error
- Market closed hours may return stale or last-close data rather than real-time quotes

## How this service works

14 paid financial API endpoints. Pay with USDC on Base using x402 protocol.

## Output

Returns a result object containing Indian stock market data such as current price, ticker details, and other financial metrics for the queried NSE/BSE-listed equity, wrapped in a standard result envelope.

## 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/x402-alert-india-stock-data-api-ddce2083/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-alert.vercel.app](https://www.zero.xyz/host/x402-alert.vercel.app/llms.txt)
