S

Sparky Works · Bounty Truth

by Sparky Works

GETBase

$0.05

per call · USD Coin on Base

Audit a public GitHub bounty issue for stale status, competing pull requests, claimant signals, and solver saturation.

Endpoint

GET https://sparky-works.vercel.app/api/bounty-truth

5

Calls / 30d

3

Unique payers / 30d

Aug 30

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://sparky-works.vercel.app/api/bounty-truth", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://sparky-works.vercel.app/api/bounty-truth?issue=https%3A%2F%2Fgithub.com%2FSteller-StellarPulse-org%2FStellarPulse%2Fissues%2F27&solvers=0" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "checkedAt": "2026-07-14T00:00:00.000Z",
  "decision": "GO",
  "evidence": {
    "claimantSignals": 0,
    "competingPullRequests": [],
    "listedSolvers": 0
  },
  "issue": {
    "number": 27,
    "owner": "Steller-StellarPulse-org",
    "repo": "StellarPulse",
    "state": "open",
    "url": "https://github.com/Steller-StellarPulse-org/StellarPulse/issues/27"
  },
  "reasons": [
    "The upstream GitHub issue is open."
  ],
  "score": 100,
  "sources": {
    "comments": "https://api.github.com/repos/Steller-StellarPulse-org/StellarPulse/issues/27/comments",
    "issue": "https://github.com/Steller-StellarPulse-org/StellarPulse/issues/27",
    "pulls": "https://api.github.com/repos/Steller-StellarPulse-org/StellarPulse/pulls?state=open"
  }
}

Payment details

Pay to0xadf0a71e898d350653e7668edab95a020884b74f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Sparky Works & similar services