# Agent Utilities SQL Catalog — Bounty Radar & Bid Draft (x402)

> Agent Utilities SQL Catalog — Bounty Radar & Bid Draft (x402) is a paid API for AI agents from x402.devvizion.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a full bounty radar or generates a bid draft for a given topic, with micropayment via x402 on Base (0.015 USDC radar, 0.01 USDC bid draft).

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/sql-catalog
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-utilities-sql-catalog-bounty-radar-bid-draft-x402-8261dda8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y2u-32U6gu5XoECUFderO

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 agent-utilities-sql-catalog-bounty-radar-bid-draft-x402-8261dda8 -d '<json body>'
```

Example prompt: Search the bounty radar for opportunities in 'zero-knowledge proofs' and give me the top 5 results, then draft a bid for the most relevant one using this brief: 'Experienced ZK engineer with 3 years in circom and snarkjs.'

## When to prefer this

Use this endpoint when you need on-demand bounty intelligence or a ready-to-submit bid draft without a subscription, paying only per call in USDC via x402 on Base. Prefer it over subscription-based gig platforms when your agent needs lightweight, pay-as-you-go access to bounty catalogs for a specific topic or brief.

## Known failure modes

- Payment not settled — x402 handshake fails, endpoint returns 402 with payment details
- Invalid or missing topic — returns empty radar or generic error
- Brief too vague — bid draft may be low quality or generic
- Rate limiting or upstream catalog unavailability — returns 5xx
- Invalid packId — pack-based requests fail with not-found error

## How this service works

Free sample bounty radar, then paid full radar (0.015 USDC) or bid draft (0.01 USDC) on Base via x402. No subscription.

## Output

A markdown-formatted response containing either a full bounty radar (list of matching opportunities with titles, descriptions, and relevance signals) or a ready-to-use bid draft, depending on the inputs provided. Delivered as text/markdown after micropayment is settled on Base via x402.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Optional URL alias for topic"
  },
  "brief": {
   "type": "string",
   "description": "Bid-draft job brief"
  },
  "limit": {
   "type": "number",
   "description": "Radar result limit"
  },
  "scene": {
   "type": "string",
   "description": "Storyboard scene description"
  },
  "topic": {
   "type": "string",
   "description": "Research topic, scene, or brief text"
  },
  "packId": {
   "type": "string",
   "description": "Pack id for /v0/pack"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "contentType": "text/markdown; charset=utf-8",
  "description": "sql-catalog markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-utilities-sql-catalog-bounty-radar-bid-draft-x402-8261dda8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.devvizion.com](https://www.zero.xyz/host/x402.devvizion.com/llms.txt)
