# MoneyMaker x402 Worker — CDP Bazaar Ops

> MoneyMaker x402 Worker — CDP Bazaar Ops is a paid API for AI agents from moneymaker-x402.monie98-8b9.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

A paid x402 micropayment endpoint on Base that returns bazaar/marketplace operation data for $0.10 USDC per call

## Facts

- Endpoint: GET https://moneymaker-x402.monie98-8b9.workers.dev/cdp-bazaar-ops
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moneymaker-x402-worker-cdp-bazaar-ops-1a96c273
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uu4IokaHAk5kKb1Po9TkU

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 moneymaker-x402-worker-cdp-bazaar-ops-1a96c273
```

Example prompt: Fetch the CDP bazaar ops data from MoneyMaker x402 — go ahead and authorize the $0.10 USDC payment on Base to unlock it and return whatever the endpoint gives back.

## When to prefer this

Use this endpoint when you need to retrieve CDP bazaar marketplace operations data via the x402 micropayment protocol on Base, and you have a wallet capable of authorizing Exact USDC payments. Prefer this over free alternatives when the data is exclusively gated behind x402 and you are comfortable with $0.10 per-call costs. This is particularly useful for agents integrated with Coinbase's x402 infrastructure who already handle 402 payment flows automatically.

## Known failure modes

- 402 Payment Required — if USDC authorization is not completed or fails, access is denied
- Insufficient USDC balance — wallet lacks funds for the $0.10 payment
- Facilitator unreachable — payment cannot be routed, causing authorization failure
- Worker downtime — the Cloudflare Worker may be offline or returning 5xx errors
- Unknown/opaque response — schema is open-ended so payload structure may vary or be empty
- Payment sent but no retry — agent must explicitly retry after payment authorization

## How this service works

Public x402 storefront on Base. Call paid GET routes; on 402 authorize Exact USDC to payTo via facilitator, then retry. Tip jar: GET|POST /tip ($0.10 Exact USDC). Paid email: moneymakerx402@email35.com via Email35 ($0.01) — docs at GET /paid-email.

## Output

Returns an unstructured JSON object (additionalProperties: true) containing bazaar/marketplace operation data. The exact payload schema is open-ended and server-defined. A successful call follows an x402 payment handshake: first a 402 response is received, then USDC is authorized to the payTo address via a facilitator on Base, then the request is retried and the actual data payload is returned.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json",
    "raw"
   ],
   "type": "string",
   "description": "Optional response format hint (ignored by server; present for agent input schema)."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/moneymaker-x402-worker-cdp-bazaar-ops-1a96c273/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from moneymaker-x402.monie98-8b9.workers.dev](https://www.zero.xyz/host/moneymaker-x402.monie98-8b9.workers.dev/llms.txt)
