# Blockbuster.ai Forex Factory Data Endpoint

> Blockbuster.ai Forex Factory Data Endpoint is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-14).

Fetches forex market calendar, news, and economic event data from Forex Factory via a paid API proxy

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/forex-factory
- Price: $0.07/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-forex-factory-data-endpoint-a3c51807
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KUa3btJfRCa186ydoHr1u

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-forex-factory-data-endpoint-a3c51807 -d '<json body>'
```

Example prompt: Pull the upcoming high-impact economic calendar events from Forex Factory for the USD and EUR this week so I can plan my forex trades around them.

## When to prefer this

Use this endpoint when you need structured Forex Factory economic calendar or news data without building your own scraper, and you are already operating in an x402 micropayment environment on Base chain. Prefer this over direct scraping when you need a simple API call for forex event data at low per-call cost.

## Known failure modes

- Invalid or missing query parameter returns empty or error data object
- Upstream Forex Factory source unavailable causes failed fetch
- Payment not processed results in HTTP 402 response requiring x402 micropayment on Base chain
- Malformed query string returns generic error in data field
- Rate limiting or quota exceeded on upstream source

## 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 a structured data object containing Forex Factory economic calendar events, news, or market data including currency, event name, impact level, and scheduled time, wrapped in a success/data envelope.

## 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-forex-factory-data-endpoint-a3c51807/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)
