# 911fund Alpha Calendar

> 911fund Alpha Calendar is a paid API for AI agents from x402.911fund.io, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Returns alpha-focused crypto event calendar data filtered by token, category, and look-ahead window with event timing insights.

## Facts

- Endpoint: GET https://x402.911fund.io/alpha/calendar
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-911fund-io-3171ba03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Ok9Fo1YuCc4eU7kaqoWB

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-911fund-io-3171ba03
```

Example prompt: Show me all upcoming token unlock and governance events for ARB over the next 30 days so I can plan my positions.

## When to prefer this

Use this endpoint when you need structured, forward-looking crypto event data for trading alpha, especially when you want to filter by specific tokens or event types like unlocks, governance votes, or launches. Prefer this over general news endpoints when you need time-indexed event scheduling rather than real-time news sentiment.

## Known failure modes

- Invalid category enum value returns 400 error
- Unsupported days value outside [7,14,30] enum returns validation error
- Unknown token symbol may return empty results rather than an error
- Payment failure or missing x402 payment header returns 402 Payment Required
- Rate limiting may occur with excessive concurrent requests

## How this service works

Crypto intelligence API — 10+ live sources in one call. Token data, X sentiment, prediction markets, macro economics. Structured JSON, not essays. From $0.03/query with USDC.

## Output

A list of upcoming crypto calendar events matching the specified filters, including event type (unlock, upgrade, governance, launch, conference, earnings), associated token symbols, event dates, and timing details relevant to alpha generation.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-911fund-io-3171ba03/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.911fund.io](https://www.zero.xyz/host/x402.911fund.io/llms.txt)
