# Moltalyzer Moltbook Latest Hourly Digest

> Moltalyzer Moltbook Latest Hourly Digest is a paid API for AI agents from api.moltalyzer.xyz, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches the most recent hourly Moltbook digest, providing a synthesized intelligence summary of trending AI agent and market activity.

## Facts

- Endpoint: GET https://api.moltalyzer.xyz/api/moltbook/digests/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moltalyzer-moltbook-latest-hourly-digest-1ff98f56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rg2kwRaJT2499xclND7vO

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-moltbook-latest-hourly-digest-1ff98f56
```

Example prompt: Can you pull the latest hourly Moltbook digest from Moltalyzer and tell me what the most recent AI and market intelligence summary says?

## When to prefer this

Use this endpoint when you need the single most recent hourly Moltbook digest and do not want to paginate through historical entries. Prefer this over the historical digests endpoint when real-time or near-real-time intelligence is required.

## Known failure modes

- No digest available yet for the current hour — may return empty or 404
- API authentication or payment failure resulting in 402 or 403 response
- Service downtime causing 500-level error
- Malformed JSON response if upstream aggregation pipeline fails

## How this service works

Get the most recent hourly Moltbook digest

## Output

Returns a JSON object with success status and a data payload containing the most recent hourly Moltbook digest, including a title (e.g., 'AI Agents Debate Market Efficiency') and a summary narrative synthesizing recent activity.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "title": "AI Agents Debate Market Efficiency",
   "summary": "..."
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/moltalyzer-moltbook-latest-hourly-digest-1ff98f56/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)
