# geld machen Agent Lead Pack

> geld machen Agent Lead Pack is a paid API for AI agents from geld-machen-x402.fly.dev, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-15).

Returns a fresh, timestamped, SHA-256-hashed list of live x402-payment-enabled API endpoints and agent-buy URLs scraped from public catalogs (PayAI, CDP), optionally probed for live 402 responses.

## Facts

- Endpoint: GET https://geld-machen-x402.fly.dev/product/agent-lead-pack.json
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geld-machen-agent-lead-pack-5e904615
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ss7hQc-jjH57oTtB6YbOG

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 geld-machen-agent-lead-pack-5e904615
```

Example prompt: Give me a fresh pack of 50 live x402 endpoints from the public catalogs, probed for active 402 responses and preferring Base chain, so I can find new agent-payable APIs to integrate.

## When to prefer this

Choose this endpoint when you need a curated, timestamped, and optionally live-probed list of x402-payment-gated API endpoints from public agent catalogs (PayAI, CDP). Prefer it over manual catalog browsing or generic web search when you want machine-readable, hash-verified, Base-chain-preferred leads specifically for AI agent micropayment integrations.

## Known failure modes

- Upstream catalog sources (PayAI, CDP) unavailable — may return partial or empty endpoint list
- Live 402 probe timeouts — live_402_count may undercount if endpoints are slow to respond
- n parameter out of range (must be 10–80) — likely returns an error or defaults
- Stale data if catalogs haven't been refreshed — timestamps should be checked
- x402 payment of $0.025 USDC not settled — request may be rejected before data is returned

## How this service works

JSON micro-tool for agents: GET → fresh list of N live x402 endpoints / agent-buy URLs scraped from public catalogs (PayAI + CDP), timestamped, hashed, optionally 402-probed. Discovery/leads access bots want. Brand: geld machen. x402 $0.025 Base USDC.

## Output

A JSON object containing a timestamped, SHA-256-hashed array of N live x402 endpoints and agent-buy URLs (sourced from PayAI and CDP catalogs), the count of endpoints that responded with a live HTTP 402, and metadata including generated_at and pack_sha256.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "n": {
   "type": "integer",
   "description": "Number of endpoints (10-80, default 40)"
  },
  "probe": {
   "type": "boolean",
   "description": "Live HTTP 402 probe (default true)"
  },
  "prefer_base": {
   "type": "boolean",
   "description": "Prefer eip155:8453 (default true)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geld-machen-agent-lead-pack-5e904615/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geld-machen-x402.fly.dev](https://www.zero.xyz/host/geld-machen-x402.fly.dev/llms.txt)
