# DevVizion Agent Utilities — List Ready (Bounty Radar / Bid Draft)

> DevVizion Agent Utilities — List Ready (Bounty Radar / Bid Draft) is a paid API for AI agents from x402.devvizion.com, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-14).

Returns a free sample bounty radar, then serves a full paid radar or AI-generated bid draft via x402 micropayment on Base

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/list-ready
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/devvizion-agent-utilities-list-ready-bounty-radar-bid-draft-14cdb1e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GNL3gKIhQjJXtWRgQyLdU

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 devvizion-agent-utilities-list-ready-bounty-radar-bid-draft-14cdb1e6 -d '<json body>'
```

Example prompt: Can you scan for open bounties related to 'AI agent tooling' and give me up to 10 results, then draft a bid for this brief: 'Need an agent that monitors GitHub issues and auto-responds'?

## When to prefer this

Choose this endpoint when an AI agent needs to discover open bounties or freelance opportunities on a specific topic, scene, or brief without a subscription, paying only per call via x402 micropayments on Base. It is especially useful when the agent also needs to generate a ready-to-submit bid draft from a job brief in the same request flow.

## Known failure modes

- Payment not completed — x402 payment handshake fails, returns 402 with payment required headers
- Invalid topic or brief — missing or malformed input returns error or empty radar
- Pack ID not found — referencing a non-existent packId returns 404 or empty result
- Rate or quota limits — excessive calls may be throttled
- Malformed JSON body — missing required fields may cause 400 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 sampled list of ready bounty/opportunity listings (free tier) or a full radar of opportunities and/or an AI-generated bid draft (paid, 0.015 USDC for full radar, 0.01 USDC for bid draft), delivered after x402 micropayment on Base.

## 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": "list-ready markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/devvizion-agent-utilities-list-ready-bounty-radar-bid-draft-14cdb1e6/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)
