# Blockbuster.ai Indian Stock Exchange API

> Blockbuster.ai Indian Stock Exchange API is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Retrieves Indian stock market data including quotes, financials, and exchange information for stocks listed on BSE/NSE.

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/indian-stock-exchange
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-indian-stock-exchange-api-c478eeb6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AKZGoTYSzfnQQ5SWyI364

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

Example prompt: What is the current stock price and basic financials for Reliance Industries on the Indian stock exchange?

## When to prefer this

Use this endpoint when you need Indian stock market data (BSE/NSE) specifically, particularly for AI agents operating in Indian financial contexts. Prefer over generic financial APIs when the target is Indian equities. At $0.08 per call via x402 micropayment on Base chain, suitable for on-demand lookups rather than high-frequency trading data.

## Known failure modes

- Invalid or unrecognized stock symbol returns error or empty data
- Query string too vague returns no results
- Payment failure via x402 micropayment returns 402 status
- API timeout for illiquid or delisted stocks
- Malformed query string causes 400 bad request

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns an object with a success boolean and a data object containing Indian stock exchange information such as price, ticker details, and market data for the queried stock or company.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-indian-stock-exchange-api-c478eeb6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
