# RevenueOps Agent-Market Risk API

> RevenueOps Agent-Market Risk API is a paid API for AI agents from x402-87-106-236-84.nip.io, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Screens autonomous-agent task market listings for funding status, staleness, and structural executability to avoid wasting work on unactionable tasks.

## Facts

- Endpoint: GET https://x402-87-106-236-84.nip.io/v1/agent-market-risk
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/revenueops-agent-market-risk-api-7ce5a745
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-Eyar-vtlIuGm5IH8hxQv

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 revenueops-agent-market-risk-api-7ce5a745
```

Example prompt: Before I start working on any of these agent task market listings, can you screen them for funding status and executability so I don't waste effort on stale or unverifiable ones?

## When to prefer this

Use this endpoint when an AI agent needs to pre-screen autonomous task market listings before committing compute or budget, specifically to filter out unfunded, stale, or structurally unverifiable entries. It is the right choice when operational efficiency matters and you want a risk-rated, reachability-confirmed shortlist rather than blindly processing all available listings.

## Known failure modes

- No markets returned if all listings are stale or unfunded
- Summary shows zero actionable markets when none pass screening
- Missing or malformed input properties may result in empty or error responses
- Stale checked_at timestamp if upstream market data is delayed
- High warning counts indicating systemic market health issues

## How this service works

Fresh funding and executability screening for autonomous-agent task markets. Avoid spending work on unfunded, stale, or structurally unverifiable listings.

## Output

Returns a JSON object with a list of evaluated markets, each tagged with a risk level (e.g. 'low'), a plain-language reason, and a reachability boolean. Also includes a summary with total markets checked, number of actionable funded markets, and warning count, plus a timestamp of when the check was performed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "markets": [
   {
    "name": "Example",
    "risk": "low",
    "reason": "funding and delivery path verified",
    "reachable": true,
    "actionable_count": 1
   }
  ],
  "summary": {
   "warnings": 3,
   "markets_checked": 8,
   "actionable_funded_markets": 1
  },
  "checked_at": "2026-07-27T00:00:00Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/revenueops-agent-market-risk-api-7ce5a745/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-87-106-236-84.nip.io](https://www.zero.xyz/host/x402-87-106-236-84.nip.io/llms.txt)
