# x402 Alpha Hub – India Corporate Actions

> x402 Alpha Hub – India Corporate Actions is a paid API for AI agents from x402-alpha-hub.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Retrieves corporate action events (dividends, splits, bonuses, etc.) for a specified Indian stock by name

## Facts

- Endpoint: POST https://x402-alpha-hub.vercel.app/api/india/corporate-actions
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-alpha-hub-india-corporate-actions-904ef4b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kmNzDbWdrSPjnaNY3mE48

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-alpha-hub-india-corporate-actions-904ef4b7 -d '<json body>'
```

Example prompt: Can you pull up the corporate actions for TCS — I want to see any recent dividends, stock splits, or bonus issues they've announced?

## When to prefer this

Use this endpoint when you need structured corporate action data (dividends, splits, bonuses) for Indian equity stocks and want a pay-per-call model with no subscription required. Prefer this over broad financial APIs when focused specifically on India-listed companies and NSE/BSE corporate events.

## Known failure modes

- Stock name not found or unrecognized — returns empty or error data
- Malformed request missing required stock_name field — likely 400 error
- Data unavailable for less-covered small-cap stocks
- Payment failure via x402 protocol — endpoint not called
- Temporary upstream data source outage returning incomplete results

## How this service works

India stock market, Solana token security scanning, Google Ad transparency, and AI Overviews. 10 paid endpoints for AI agents and researchers.

## Output

A data object containing corporate action events for the specified Indian stock, which may include dividends declared, stock splits, bonus issues, rights issues, and other capital market events.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "stock_name"
 ],
 "properties": {
  "stock_name": {
   "type": "string",
   "description": "Stock name, e.g. TCS"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-alpha-hub-india-corporate-actions-904ef4b7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-alpha-hub.vercel.app](https://www.zero.xyz/host/x402-alpha-hub.vercel.app/llms.txt)
