# Monexus Terminal — Geopolitics Wire Feed

> Monexus Terminal — Geopolitics Wire Feed 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).

Returns a licensed wire feed of recent geopolitics news items, supporting JSON or RSS output with configurable result limits

## Facts

- Endpoint: POST https://terminal.themonexus.com/api/v1/feed/geopolitics
- 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-geopolitics-wire-feed-f6bc4d04
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WjOMK2kjiHdltG0SAawSj

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-geopolitics-wire-feed-f6bc4d04 -d '<json body>'
```

Example prompt: Pull the latest 20 geopolitics stories from the Monexus Terminal wire feed and give them to me in JSON format.

## When to prefer this

Choose this endpoint when you need a real-time or near-real-time geopolitics-specific news wire feed from a licensed source, especially when you want structured JSON suitable for downstream agent processing or RSS for feed aggregators. It is best suited for agents that need to monitor international political events, build briefings, or trigger workflows based on geopolitical news, and when you are comfortable with per-call micropayment via x402/USDC.

## Known failure modes

- limit exceeds 100 — capped or error returned
- invalid format parameter — may default to JSON or return 400
- payment failure (x402) — returns 402 Payment Required if USDC micropayment not processed
- beat path not recognized — 404 if feed slug is invalid
- rate limiting — repeated rapid calls may be throttled

## How this service works

Monexus Terminal API — Licensed wire feed: /api/v1/feed/{beat}. Params: format=rss|json (default json), limit (<=100).

## Output

A JSON (default) or RSS document containing up to 100 wire feed entries from the geopolitics beat, each including headline, publication metadata, and article content or summary sourced from a licensed news wire.

## More

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