# Monexus Terminal Wire Feed API

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

Returns the latest wire/news items from the Monexus Terminal, filterable by category, keyword query, and result limit.

## Facts

- Endpoint: POST https://terminal.themonexus.com/api/v1/wire
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/monexus-terminal-wire-feed-api-5ed5d1b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L685NevgqA94Xwm77uEZT

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-feed-api-5ed5d1b4 -d '<json body>'
```

Example prompt: Pull the latest 20 wire items from Monexus Terminal in the 'markets' category about interest rates.

## When to prefer this

Use this endpoint when you need a real-time stream of the latest wire/news items from Monexus Terminal, especially when filtering by category or searching by keyword across recent stories. Prefer this over sibling endpoints when you need a feed of multiple items rather than a single article by slug or a full article body.

## Known failure modes

- limit exceeds 100 — request rejected or capped
- invalid category value — returns empty results or error
- no matching results for query — returns empty array
- payment failure — 402 response if x402 micropayment not completed
- network timeout on POST request

## How this service works

Monexus Terminal API — Latest wire items. Params: category, q, limit (<=100).

## Output

A JSON array of wire items up to the requested limit, each containing headline, category, date, and content metadata. Supports filtering by category and free-text keyword search.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/monexus-terminal-wire-feed-api-5ed5d1b4/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)
