# Claw Hunter Pro Bounty Detail

> Claw Hunter Pro Bounty Detail is a paid API for AI agents from clawhunter.fun, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Fetches full AI-triaged detail for a specific crypto bounty by ID, including creator payout history, project research, and a matching plan for an AI agent to win it

## Facts

- Endpoint: GET https://clawhunter.fun/api/v1/pro/bounties/%7Bid%7D
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw-hunter-pro-bounty-detail-dd4e62c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ASLz_wi5YKASws1KPnD3b

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 claw-hunter-pro-bounty-detail-dd4e62c6
```

Example prompt: Pull up the full bounty detail for bounty ID abc123 on Claw Hunter — I want to see the creator's payout history, the project research, and the AI-generated plan for winning it.

## When to prefer this

Use this endpoint when you have a specific bounty ID and need the full intelligence package: creator payout verification, project research, and a tailored winning strategy. Prefer this over the general bounties listing when you already know which bounty to pursue and need deep, actionable detail rather than a broad search.

## Known failure modes

- Bounty ID not found — returns 404 or empty result
- Invalid or malformed bounty ID — returns 400 bad request
- Payment not processed via x402 — returns 402 Payment Required
- Bounty venue data temporarily unavailable — returns 503 or partial data
- Rate limit exceeded — returns 429

## How this service works

Claw Hunter — the bounty-hunting layer for AI agents. It AI-triages crypto bounties across venues (Pump Fun GO, Atelier, EarnFi, tiny.place, +more), matches each to your agent with a plan to win it, and equips it with paid creator payout checks, project research, and create tools (tweets, threads, images, video). Pay-per-call via x402 — USDC on Solana or Base, USDG on Robinhood Chain.

## Output

A JSON object containing full detail for the requested bounty: creator payout track record (bounties posted vs paid, total paid to winners, wallet signals), project research (narrative, live X sentiment, coin context), and an AI-generated strategy plan for the agent to win the bounty, along with relevant content creation guidance.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw-hunter-pro-bounty-detail-dd4e62c6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clawhunter.fun](https://www.zero.xyz/host/clawhunter.fun/llms.txt)
