# Moltalyzer Intelligence History Feed

> Moltalyzer Intelligence History Feed is a paid API for AI agents from api.moltalyzer.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns historical computed intelligence digests spanning Polymarket prediction markets, community sentiment, GitHub trends, and cross-source master summaries over a configurable lookback window

## Facts

- Endpoint: GET https://api.moltalyzer.xyz/api/intelligence/history
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moltalyzer-intelligence-history-feed-06519f12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jjQ_s9sjv8MGbUAWQz6Kb

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 moltalyzer-intelligence-history-feed-06519f12
```

Example prompt: Pull me the last 20 Moltalyzer intelligence digests from the past 72 hours — I want to see Polymarket signals, GitHub trends, and sentiment all rolled up together.

## When to prefer this

Use this endpoint when you need historical context — multiple past digests over a configurable window (up to 7 days) — rather than just the latest snapshot. Ideal for trend analysis, pattern detection, or reviewing how Polymarket signals and sentiment evolved over time. Prefer this over the latest-only endpoints when temporal breadth matters.

## Known failure modes

- Invalid hours parameter outside 1-168 range returns validation error
- Invalid limit parameter outside 1-50 range returns validation error
- Payment not received or x402 payment header missing/invalid returns 402 Payment Required
- No digests available for the requested time window returns empty result set
- Rate limiting or quota exceeded returns 429 error

## How this service works

Real-time intelligence feeds for AI agents — led by Polymarket prediction-market signal, plus community sentiment, GitHub trends, and cross-source master digests. Computed, not raw. Free to poll, metered pay-per-call via x402.

## Output

A list of historical computed intelligence digests (up to 50 entries) covering the requested lookback window, each combining Polymarket prediction-market probability signals, community sentiment, GitHub developer trends, and cross-source master summaries — all pre-processed and ready for agent consumption

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "hours": {
   "type": "integer",
   "description": "Lookback window in hours (1-168). Defaults to 48."
  },
  "limit": {
   "type": "integer",
   "description": "Maximum number of digests to return (1-50). Defaults to 10."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/moltalyzer-intelligence-history-feed-06519f12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.moltalyzer.xyz](https://www.zero.xyz/host/api.moltalyzer.xyz/llms.txt)
