# MakeMoneyBot Funded Demand Radar

> MakeMoneyBot Funded Demand Radar is a paid API for AI agents from x402-api-rvva2a.openpouch.sh, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns a paid, filtered list of monetizable job/opportunity listings from the demand radar, filtered by niche and keyword, paid via x402 USDC on Base

## Facts

- Endpoint: GET https://x402-api-rvva2a.openpouch.sh/v1/funded-demand
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/makemoneybot-funded-demand-radar-3b7e5179
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L9Y0N6sUtunZNv-ZJ-JnN

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 makemoneybot-funded-demand-radar-3b7e5179
```

Example prompt: Search MakeMoneyBot's funded demand radar for up to 20 x402 monetization opportunities — show me what people are actually paying for right now in the x402 niche.

## When to prefer this

Use this endpoint when you need a curated, paid-quality list of real monetizable opportunities filtered by niche (x402, security, research, trading, code, content, agent_ops) with USDC pricing signals. Prefer it over the free sample endpoints when you need full, unredacted results with all listings. Best for AI agents that need to discover where demand (and money) currently exists in the crypto/AI agent economy.

## Known failure modes

- Payment not included or insufficient (returns 402 Payment Required)
- Invalid niche/theme enum value (may return empty results or error)
- limit out of range 1-50 (validation error)
- Upstream data source unavailable (returns error or empty jobs array)
- Network timeout on the openpouch.sh host

## How this service works

x402-paid Demand Radar + money briefs + hash. Free: /v1/sample-brief, /v1/demand-radar-sample. Demand Radar GET/POST /v1/demand-radar ≥$0.25 USDC. Pack ≥$1 USDC on Base.

## Output

Returns a JSON object with ok status, an array of job listings each containing niche, price in USDC, and offering name, plus a total count of matched jobs and the number of empty/stripped listings. Costs $1 USDC per call via x402.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "q": {
       "type": "string",
       "description": "Free-text filter"
      },
      "limit": {
       "type": "integer",
       "description": "Max jobs (1-50, default 15)"
      },
      "niche": {
       "type": "string",
       "description": "Niche/theme: x402|security|research|trading|code|content|agent_ops"
      },
      "theme": {
       "type": "string",
       "description": "Alias for niche"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "jobs": [
   {
    "niche": "monetization_x402",
    "price_usdc": 25,
    "offering_name": "x402 API Endpoint Setup"
   }
  ],
  "count": 8,
  "price_usdc": 1,
  "empty_shelves_stripped": 12
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/makemoneybot-funded-demand-radar-3b7e5179/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-api-rvva2a.openpouch.sh](https://www.zero.xyz/host/x402-api-rvva2a.openpouch.sh/llms.txt)
