# Monexus Terminal — Single Thread with Items

> Monexus Terminal — Single Thread with Items is a paid API for AI agents from terminal.themonexus.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Retrieves a single event/news thread and all its associated wire items by thread ID from the Monexus Terminal API.

## Facts

- Endpoint: POST https://terminal.themonexus.com/api/v1/thread/t5215641faad4
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/monexus-terminal-single-thread-with-items-aab50da2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aB-eWdN6_fCMa6pw2K3It

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-single-thread-with-items-aab50da2 -d '<json body>'
```

Example prompt: Pull up thread t5215641faad4 from the Monexus Terminal and show me all the wire items associated with it.

## When to prefer this

Use this endpoint when you have a specific thread ID and need to retrieve both its metadata and all associated wire items in a single call. Prefer this over the live threads endpoint when you already know the thread ID and want complete item-level detail for a single cluster, rather than browsing or discovering threads.

## Known failure modes

- Thread ID not found — returns 404 or empty result if the specified thread ID does not exist
- Invalid thread ID format — malformed ID strings may return an error
- Payment failure — x402 micropayment of $0.002 USDC must succeed before data is returned
- Rate limiting — excessive calls may be throttled or rejected
- Thread with no items — thread exists but item list may be empty if not yet populated

## How this service works

Monexus Terminal API — One thread with its items: /api/v1/thread/{id}.

## Output

Returns a JSON object representing the thread, including its metadata (ID, title, timestamps, categories) and a list of all associated wire items (individual news/event entries) belonging to that thread.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/monexus-terminal-single-thread-with-items-aab50da2/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)
