# Monexus Terminal Article Index

> Monexus Terminal Article Index 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-13).

Returns a paginated JSON feed of published Monexus articles including slugs, titles, dates, categories, authors, regions, and excerpts

## Facts

- Endpoint: POST https://terminal.themonexus.com/api/v1/articles
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/monexus-terminal-article-index-fe950ac8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qy8Kjw8fIVDbO-4KtawkP

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-article-index-fe950ac8 -d '<json body>'
```

Example prompt: Pull me up to 50 Monexus Terminal articles in the 'markets' category published before 2024-06-01 — I want the titles, slugs, and authors so I can browse what's available.

## When to prefer this

Use this endpoint when you need to browse or sync a listing of Monexus articles with metadata (titles, slugs, dates, categories, authors, excerpts) across the full 58k+ article corpus. Prefer this over the single-article endpoint when you need multiple records or want to discover what content is available before fetching full bodies.

## Known failure modes

- Invalid category value returns empty results or 400 error
- Limit exceeding 50 returns error or is capped
- Malformed before date format causes 400 bad request
- Payment not provided or insufficient returns 402 Payment Required
- No articles matching filters returns empty array with pagination metadata

## How this service works

Fetches the Monexus Terminal article index with filters for category, limit, and date.

## Output

A JSON feed of published articles with fields including slug, title, publication date, category, author, region, and excerpt, along with pagination metadata indicating total count and page offsets. Up to 50 articles per call, filterable by category and cutoff date.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/monexus-terminal-article-index-fe950ac8/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)
