# Monexus Terminal – Funding/IPO Events Feed

> Monexus Terminal – Funding/IPO Events Feed is a paid API for AI agents from terminal.themonexus.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns the most recent funding rounds and IPO events extracted from a curated podcast corpus, up to 50 results per call.

## Facts

- Endpoint: POST https://terminal.themonexus.com/api/v1/funding
- Price: $0.005/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-funding-ipo-events-feed-68338d71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OFqrlQJ6Ypx63ewwrj8n4

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-funding-ipo-events-feed-68338d71 -d '<json body>'
```

Example prompt: Pull the 30 most recent funding and IPO events from the Monexus Terminal podcast corpus so I can see what companies have been raising money lately.

## When to prefer this

Choose this endpoint when you need podcast-sourced funding and IPO intelligence rather than traditional newswire or database-scraped data. It is particularly valuable for capturing funding discussions that appear in podcasts before they surface in mainstream press, and when you want episode-cited provenance for each event.

## Known failure modes

- limit parameter exceeds 50 — request rejected or clamped
- payment failure or insufficient USDC balance returns 402
- empty result set if podcast corpus has no recent indexed events
- malformed POST body returns 400 error
- service unavailability returns 5xx

## How this service works

Monexus Terminal API — Funding/IPO events mined from the podcast corpus. Params: limit (<=50).

## Output

A list of up to 50 funding and IPO events extracted from the Monexus podcast corpus, each including company name, event type (funding round or IPO), deal details, and episode citations sourced from the underlying audio content.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/monexus-terminal-funding-ipo-events-feed-68338d71/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)
