# Monexus Terminal — Funding Events Search

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

Search for startup and company funding/IPO events by company name, returning up to 20 recent events per query.

## Facts

- Endpoint: POST https://terminal.themonexus.com/api/v1/funding/search
- Price: $0.003/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-events-search-7024f09f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DrXLbfqqKqZi4Hp4jQrUX

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-events-search-7024f09f -d '<json body>'
```

Example prompt: Pull up the latest funding rounds for Anthropic from the Monexus Terminal — show me up to 10 events.

## When to prefer this

Choose this endpoint when you need structured funding event data for a specific company by name, particularly for AI/model-economy companies tracked by Monexus. Prefer it over generic web search when you want clean, structured deal data (round size, investors, date) rather than news articles. Best for agentic due diligence workflows, competitive intelligence, and investment research pipelines that can handle x402 micropayments.

## Known failure modes

- Company not found — returns empty results if the company name doesn't match any indexed entity
- Limit exceeded — requests with limit > 20 are rejected or capped
- Ambiguous company name — common names may return events for multiple companies
- Payment failure — x402 micropayment of $0.003 USDC must succeed before the response is returned
- Rate limiting — too many rapid requests may be throttled

## How this service works

Monexus Terminal API — Funding events by company name. Params: company, limit (<=20).

## Output

A list of up to 20 funding or IPO events for the queried company, each likely containing event type (e.g. Series A, IPO), date, amount raised, investors, and other deal-level details sourced from the Monexus Terminal wire archive.

## More

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