# Blockbuster.ai Bloomberg Market Data

> Blockbuster.ai Bloomberg Market Data is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Fetches Bloomberg market data and financial intelligence via a query-based POST endpoint with x402 micropayment on Base chain

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/bloomberg-market
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-bloomberg-market-data-0cf5af57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VG2ExZe56dgEP4WGoUon4

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-bloomberg-market-data-0cf5af57 -d '<json body>'
```

Example prompt: Pull the Bloomberg market data for Apple (AAPL) — I need the latest price and key financial metrics.

## When to prefer this

Use this endpoint when an AI agent needs Bloomberg-sourced market data for a specific financial instrument, ticker, or asset, and is operating in an x402 micropayment-enabled environment on Base chain. Prefer over generic finance APIs when Bloomberg data provenance is important.

## Known failure modes

- Invalid or unrecognized query string returns empty or error data object
- Payment failure via x402 micropayment prevents access to the endpoint
- Bloomberg data unavailable for obscure or delisted instruments
- Malformed request body missing the 'query' field returns error
- Rate limiting or quota exceeded returns failure response

## 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

A JSON object with a 'data' object containing Bloomberg market data fields (prices, metrics, financial intelligence) and a 'success' boolean indicating whether the query succeeded.

## 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-bloomberg-market-data-0cf5af57/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)
