# Monexus Terminal Wire Archive Daily Dump

> Monexus Terminal Wire Archive Daily Dump is a paid API for AI agents from terminal.themonexus.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

Returns one full UTC day of the Monexus wire archive as a JSONL file, given a specific date.

## Facts

- Endpoint: POST https://terminal.themonexus.com/api/v1/dump
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/monexus-terminal-wire-archive-daily-dump-0c844b51
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kpSBuyRBMCnhs0NmsVigm

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 monexus-terminal-wire-archive-daily-dump-0c844b51 -d '<json body>'
```

Example prompt: Pull the full Monexus wire archive for January 15, 2025 — I want every event from that day as a JSONL dump.

## When to prefer this

Choose this endpoint when you need a comprehensive bulk export of all wire events for a specific UTC calendar day, rather than querying individual events or threads. It is ideal for batch ingestion, historical analysis, or building timelines of AI model-economy activity. Prefer this over the single-event or search endpoints when you need completeness across an entire day rather than a targeted lookup.

## Known failure modes

- Invalid date format (not YYYY-MM-DD) returns a 400 error
- Date in the future or outside archive range returns empty results or 404
- Payment failure via x402 prevents access to the data
- Missing or malformed day parameter causes request rejection
- Very early dates may have no archive data, returning empty JSONL

## How this service works

Monexus Terminal API — One UTC day of the wire archive as JSONL. Params: day=YYYY-MM-DD. $0.30 flat.

## Output

A JSONL-formatted document where each line is a structured event object from the Monexus wire archive for the requested UTC day. Events may include AI funding rounds, model launches, agentic payments activity, capex metrics, and other model-economy developments tracked by Monexus Terminal.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/monexus-terminal-wire-archive-daily-dump-0c844b51/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from terminal.themonexus.com](https://www.zero.xyz/host/terminal.themonexus.com/llms.txt)
