{"uid":"cap_14ThpauSCF6snCtREkkaH","slug":"clawhunterbountyfullreport-fdb70395","name":"ClawhunterBountyFullReport","description":"Full Pump.fun bounty report — creator payout history, project research, and full bounty detail in one call","url":"https://clawhunter.fun/api/v1/bounties/69084d78-76f0-450c-8d3f-faaa0869c320/report","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object","required":["id"],"properties":{"id":{"type":"string","description":"the bounty task id"}}},"queryParams":{"type":"object","properties":{}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"report":{"type":"object","properties":{"bounty":{"type":"object","properties":{"id":{"type":"string","description":"the bounty id (UUID); the pump.fun page is /go/{id}"},"url":{"type":"string","description":"the bounty page on pump.fun"},"body":{"type":["string","null"],"description":"the full bounty description (markdown), as posted on pump.fun"},"title":{"type":"string","description":"the bounty title"},"bestFor":{"type":"array","items":{"type":"string"},"description":"suggested audience labels this bounty suits. Advisory free-text array — not enumerated; don't branch on exact strings."},"summary":{"type":["string","null"],"description":"plain-text description of what the task requires. Advisory free-text — not a controlled value."},"criteria":{"type":"array","items":{"type":"object","additionalProperties":true},"description":"the bounty's full acceptance criteria as posted — each { text, required }. requirementsSummary is our condensed version."},"friction":{"type":["string","null"],"description":"the main obstacle or risk to completing it, as a short phrase. Advisory free-text; may be empty."},"requires":{"type":"array","items":{"enum":["tweet","reply","thread","image","video","audio","research","design","code_onchain","use_website","drive_engagement","other"],"type":"string"},"description":"requirement tags needed to complete it (enum — see Vocabulary)"},"agentPlan":{"type":"array","items":{"type":"object","additionalProperties":true},"description":"the agent-doable work as ordered steps — each { tag, action }: tag from the requirement vocabulary, action a concrete imperative an agent can execute (e.g. { tag: \"tweet\", action: \"Draft the caption and hook for the clip post\" }). Present on AGENT and ASSIST bounties; empty otherwise. Steps feed createWith with the action pre-filled as the tool's brief."},"clawLabel":{"enum":["Promising","Decent","Pass"],"type":"string","description":"the Claw Score bucketed to a label (Promising | Decent | Pass). Free; the numeric clawScore and clawReason are paid."},"clawScore":{"type":["number","null"],"description":"internal 0–100 priority score (used for ranking; clawLabel is the readable version). PAID — null on free responses."},"coinImage":{"type":["string","null"],"description":"logo URL of that coin"},"doability":{"enum":["AGENT","ASSIST","HUMAN","UNSAFE"],"type":"string","description":"enum: AGENT (an agent can complete it) | ASSIST (agent helps, a human finishes) | HUMAN (human-only)"},"expiresAt":{"type":["string","null"],"description":"ISO timestamp the bounty expires"},"realWorld":{"type":"boolean","description":"needs real-world proof (orthogonal to doability)"},"reasoning":{"type":["string","null"],"description":"the classifier's plain-English read of the task. Free — distinct from the paid clawReason, which explains the numeric score."},"rewardUsd":{"type":"number","description":"reward in USD"},"clawReason":{"type":["string","null"],"description":"one-line note on the score. PAID — null on free responses."},"coinTicker":{"type":["string","null"],"description":"ticker of the coin behind the bounty"},"agentAssist":{"type":["string","null"],"description":"one sentence on how an agent can help; non-null only when doability=ASSIST. Advisory free-text (the prose version of agentPlan)."},"coinAddress":{"type":["string","null"],"description":"the coin's mint address — pass to /projects/{mint}"},"publishedAt":{"type":["string","null"],"description":"ISO timestamp the bounty was published"},"coinMarketCap":{"type":["number","null"],"description":"market cap (USD) of that coin"},"premiumLocked":{"type":"boolean","description":"true when the paid fields are withheld"},"creatorAddress":{"type":["string","null"],"description":"the bounty poster's Solana address — pass to /creators/{address} or /creators/{address}/full"},"submissionCount":{"type":"number","description":"submissions already made to the bounty — a competition signal"},"requirementsSummary":{"type":"array","items":{"type":"string"},"description":"condensed bullets of what to deliver. Advisory free-text array."}},"additionalProperties":true},"creator":{"type":"object","properties":{"name":{"type":["string","null"],"description":"pump username (null if unset)"},"paid":{"type":"number","description":"bounties that paid a winner"},"label":{"type":"string","description":"trusted | has paid before | unproven… | new | limited history"},"score":{"type":"number","description":"numeric trust score 0–100"},"posted":{"type":"number","description":"bounties posted"},"wallet":{"type":"object","description":"{ portfolioUsd, solBalance, tokenCount }","additionalProperties":true},"address":{"type":"string","description":"creator's Solana address"},"xUsername":{"type":["string","null"],"description":"linked X handle"},"hasLinkedX":{"type":"boolean","description":"whether they have a linked X account"},"profileUrl":{"type":"string","description":"their pump.fun profile"},"winnersPaid":{"type":"number","description":"total winners paid"},"createdCoins":{"type":"object","description":"{ count, top: [{ mint, symbol, marketCap, athMarketCap }] }","additionalProperties":true},"totalUsdPaid":{"type":"number","description":"total USD paid out"},"followerCount":{"type":["number","null"],"description":"X follower count"}},"additionalProperties":true},"project":{"type":"object","properties":{"name":{"type":["string","null"],"description":"coin name"},"brief":{"type":["string","null"],"description":"agent deep-read of the project (see GET /api/v1/projects/{mint}/research)"},"image":{"type":["string","null"],"description":"coin logo URL"},"ticker":{"type":["string","null"],"description":"coin ticker / symbol"},"twitter":{"type":["string","null"],"description":"project X/Twitter (nullable)"},"website":{"type":["string","null"],"description":"project website (nullable)"},"telegram":{"type":["string","null"],"description":"project Telegram (nullable)"},"narrative":{"type":["string","null"],"description":"pump's own AI narrative of the project"},"topTweets":{"type":"array","items":{"type":"object","additionalProperties":true},"description":"top X posts — each { url, author, followers, likes, views, text, videoUrl }"},"marketCapUsd":{"type":["number","null"],"description":"market cap in USD"},"tiktokVideos":{"type":"array","items":{"type":"object","additionalProperties":true},"description":"TikToks — each { url, author, likes, views, caption, coverUrl }"}},"additionalProperties":true},"createWith":{"type":"array","items":{"type":"object","properties":{"tag":{"enum":["tweet","reply","thread","image","video","audio","research","design","code_onchain","use_website","drive_engagement","other"],"type":"string"},"why":{"type":"string"},"path":{"type":"string"},"role":{"enum":["deliverable","assist"],"type":"string"},"title":{"type":"string"},"action":{"type":"string","description":"the agentPlan step this entry runs (role=assist)"},"method":{"type":"string"},"params":{"type":"object","description":"ready-to-send request body","additionalProperties":true},"priceUsd":{"type":["number","null"]},"provider":{"type":"string","description":"who provides the tool (clawhunter; partner providers coming)"},"coveredByYou":{"type":"boolean"}},"description":"A tool that moves the bounty forward. role=assist runs one agentPlan step (action pre-filled as params.brief — send as-is); role=deliverable produces the bounty's artifact (bountyId pre-filled). coveredByYou (on /match) means your declared capabilities already include the tag; ours is the bounty-grounded alternative."}}}}}}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.05","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"down","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.05/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.05","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_UPMh-ABemzol2KyU-ecnq","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.05","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns a bundled full report for a specific bounty task, combining creator payout history, project/coin research, and bounty detail in one call","exampleAgentPrompt":"Pull the full ClawhunterBountyFullReport for bounty task 69084d78-76f0-450c-8d3f-faaa0869c320 — I want to see the creator's payout history, the project research deep-read, and all the bounty details bundled together.","exampleUseCases":[{"title":"Evaluating trustworthiness before bounty participation","prompt":"Before I jump on this bounty task, pull the full report for it — I want to see if the creator actually pays out winners, what their track record looks like, and what the underlying project is really about."},{"title":"Due diligence on a new crypto project's bounties","prompt":"I'm looking at a few bounty tasks posted for this new token launch. Grab the complete bundled report for each one so I can check the creator's payout history and get the deep research on the project itself."},{"title":"Investigating a bounty before claiming rewards","prompt":"I found a bounty that looks interesting but I want to do my homework first. Get me the full dossier — show me the bounty details, who won previous ones, the creator's payout track record, and the research on the coin so I know what I'm dealing with."}],"resultDescription":"A bundled report containing: the bounty creator's historical payout track record (posted vs paid, total paid to winners, wallet address, score), an agent-generated deep-read research report on the associated coin or project, and the full detail record for the specific bounty task including winner information.","failureModes":["Invalid or unknown bounty ID returns 404 not found","Malformed UUID in path parameter returns 400 bad request","Upstream research or payout data temporarily unavailable returns 503","Payment not included or insufficient returns 402 Payment Required","Bounty task exists but report not yet generated returns 202 or empty data"],"whenToPreferThis":"Use this endpoint when you need a comprehensive, single-call bundle covering all three dimensions of a bounty — creator trustworthiness (payout history), underlying asset quality (project research), and task specifics (bounty detail) — rather than calling each sibling endpoint separately. Ideal when doing due diligence on whether to participate in or trust a bounty.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T16:26:25.189Z","isFirstParty":false}