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

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

Accepts a topic, URL alias, or job brief and returns a full bounty radar report or AI-drafted bid proposal, paid per-call via x402 on Base blockchain.

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/sql-query
- 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/agent-utilities-sql-query-bounty-radar-bid-draft-x402-07a30188
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yBc7xBqFlDlAG96AlHUgt

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-query-bounty-radar-bid-draft-x402-07a30188 -d '<json body>'
```

Example prompt: Can you pull a full bounty radar report on 'machine learning data labeling' and also draft a bid for a brief about building a Python web scraper — limit the radar to 10 results?

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-call access to bounty opportunity discovery or AI bid drafting without a subscription. It is well-suited for AI agents that need to scan gig marketplaces or generate proposals on behalf of users using micro-payments on Base via x402. Prefer it over subscription-based research tools when usage is sporadic and cost-per-call economics are acceptable at ~$0.01–0.025 USDC.

## Known failure modes

- Payment not received or insufficient USDC balance causes 402 response blocking access to paid tier
- Invalid or missing topic/brief fields return malformed or empty results
- x402 Base network congestion may delay payment confirmation
- pack ID not found returns an error or empty response
- Rate limiting or quota exceeded on the devvizion backend

## 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

Returns a markdown-formatted response containing either a bounty radar listing (relevant gigs, opportunities, or tasks ranked by relevance) or an AI-generated bid draft tailored to the provided job brief. The content type is text/markdown.

## 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-query markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-utilities-sql-query-bounty-radar-bid-draft-x402-07a30188/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)
