TOLL

What software pays for, recorded every six hours.

Snapshot
2026-09-15 16:57 UTC
Sweep
daily-2026-09-15 · finished 2026-09-15 07:10 UTC
Listed
16,167

pr verdict derived

api.agentstools.devMarket dataderived

POST https://api.agentstools.dev/pr/verdict

passlisted in Coinbase#62 by calls of 342 on this host

0.03 USDC

per call, as the listing declares it on eip155:8453

Compare with anotherEvery figure as JSONCite this page

the price, as of 2026-09-15 16:57 UTC · method · pinnable

Validation state
pass
as of 2026-09-15 06:19 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 06:19 UTC · method · pinnable · 5 of 5 in 7d, 5 of 5 in 30d, 5 of 5 in 90d
Calls, trailing 30 days
1
as of 2026-09-15 16:57 UTC · method · pinnable
Unique payers, trailing 30 days
1
as of 2026-09-15 16:57 UTC · method · pinnable
Last called
2026-09-10 15:39 UTC
as of 2026-09-15 16:57 UTC · method · pinnable
First observed by TOLLderived
2026-09-10
as of 2026-09-10 19:08 UTC · method · pinnable · observation began 10 September 2026; listings that predate it show that date
Pricederived
0.03 USDC
as of 2026-09-15 16:57 UTC · method · pinnable · on eip155:8453
Networks
1
as of 2026-09-15 16:57 UTC · method · pinnable

Counters

28 observations, 1 of them a change, fewer than the 3 a trace needs

How big is this endpoint among the ones like it?

1 call100,000this endpoint
Calls counted in the trailing thirty days across the 5,172 endpoints in Market data that carry counters, binned on a logarithmic scale because the range runs over five orders of magnitude. The marked bin is this endpoint, at 1: 3,157 in the category are counted higher and 2,014 lower.

No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time across 28 observations, and 3 changes are the fewest this site will draw a trace through, because two points and a guess are not a series. Every observation is in the JSON.

In words

Among the 342 endpoints on api.agentstools.dev, pr verdict is tied 62nd by calls with 280 others.

Its declared inputs are a json body with the field pr_url.

pr verdict returns json; the example shows pr, object, verdict, coverage, findings, disclaimer and 2 others.

pr verdict drew a single call from a single payer in the trailing 30 days.

The last call to pr verdict came 5 days before the snapshot, 2026-09-10.

On Base, pr verdict asks 0.03 USDC per call.

TOLL files pr verdict under market data: a POST endpoint on api.agentstools.dev, listed in the Coinbase registry.

pr verdict answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.

Closest in price to pr verdict within market data: analyze at svm402.com and xstock health at stockwaves.net.

Among comparable prices in market data, pr verdict sits above 73% of them.

The wallet paid by pr verdict is the payee of 344 endpoints across 2 hosts.

The seller's tags on pr verdict are github, pull-request, code-review and security.

The price of pr verdict is declared by 171 other listings in market data too.

Payment options as declared

the payment options, as of 2026-09-15 16:57 UTC · method · pinnable

Every payment option declared on this listing
registrynetworkassetamountschemepay to
Coinbaseeip155:8453USDC0.03 USDCexact0xF22e55…DFf493

Preflight checks at the last sweep

the checks, as of 2026-09-15 06:19 UTC · method · pinnableendpoint answered HTTP 402

No named check failed.

Validation history, 90 days

Every sweep that observed this endpoint, newest first.

Validation observations over the last 90 days
observed, UTCstatefailed checkssweep
2026-09-15 06:19 UTCpass0daily-2026-09-15
2026-09-14 05:49 UTCpass0daily-2026-09-14
2026-09-13 05:42 UTCpass0daily-2026-09-13
2026-09-12 07:59 UTCpass0daily-2026-09-12
2026-09-11 11:54 UTCpass0daily-2026-09-11

Registry presence

Presence in a registry, not liveness of the service (method). Newest first.

  1. listed in Coinbase

Declared input and output, as listed

From the registry record, not validated by TOLL.the declared schema, as of 2026-09-10 15:39 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "pr_url": "https://github.com/gitpython-developers/GitPython/pull/1901"
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "pr": {
        "repo": "widget",
        "owner": "acme",
        "title": "Add uploader",
        "number": 42,
        "head_sha": "d34db33f…"
      },
      "object": "pr_verdict",
      "verdict": "block",
      "coverage": {
        "source": "diff",
        "truncated": false,
        "files_total": 6,
        "files_scanned": 6,
        "skipped_files": [],
        "dimensions_run": [
          "code",
          "secret",
          "ci"
        ],
        "graph_rules_ran": true,
        "dimensions_partial": []
      },
      "findings": [
        {
          "line": 12,
          "path": "src/upload.py",
          "reason": "A hardcoded AWS access key appears in an added line.",
          "rule_id": "aws.akia",
          "evidence": "AWS_KEY = \"AKIA…4E7Q\"",
          "fix_hint": "Remove the hardcoded AWS credential, rotate it, and load it from a secret manager / environment variable.",
          "provider": "secretscan",
          "severity": "high",
          "dimension": "secret"
        },
        {
          "line": null,
          "path": ".github/workflows/ci.yml",
          "reason": "Third-party action pinned to a mutable tag, not a commit SHA.",
          "rule_id": "gha.unpinned_uses",
          "evidence": "uses: actions/checkout@v4",
          "fix_hint": "Pin to the full 40-char commit SHA.",
          "provider": "cicdscan",
          "severity": "high",
          "dimension": "ci"
        }
      ],
      "disclaimer": "Automated merge-risk indicators — security signals, not a guarantee.",
      "risk_score": 80,
      "ruleset_versions": {
        "ci": "2026.07.24",
        "code": "2026.07.16",
        "secret": "2026.07.16"
      },
      "counts_by_severity": {
        "high": 2,
        "medium": 1
      },
      "findings_truncated": false,
      "counts_by_dimension": {
        "ci": 1,
        "code": 1,
        "secret": 1
      }
    }
  }
}
Cite this page

The pinned URL below renders this page from the snapshot of 2026-09-15 16:57 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).

Plain text

TOLL, "pr verdict on api.agentstools.dev", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/api-agentstools-dev-pr-verdict-b72ccf/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-api-agentstools-dev-pr-verdict-b72ccf-2026-09-15T16-57Z,
  author = {TOLL},
  title = {pr verdict on api.agentstools.dev},
  howpublished = {\url{https://tollindex.com/e/api-agentstools-dev-pr-verdict-b72ccf/at/2026-09-15T16-57Z}},
  year = {2026},
  month = {9},
  note = {Pinned view of the snapshot of 2026-09-15 16:57 UTC. Accessed [access date].}
}

Reports and replies about this endpoint

None yet. Anything submitted through the form below is published here with its outcome.

Report an error about pr verdict, or reply as the named seller

No account, no token. Published unedited with its outcome, upheld or not. Do not include personal data.

Kind

Published as typed. Optional.

10 to 4,000 characters.

Verify with the payee wallet (optional, EVM)

Sign this message with the wallet named on the page and paste the signature; it is checked, stored, never published. TOLL reply about endpoint b72ccfca899da6be33b384be91c06330bde103fa2ac43c1ac1f4ceca33e89505 from wallet 0xF22e558a00D91Ee12A1F50C52186FecB8dDFf493

The 0x address named as payee on this page, 42 characters.

The hex signature of the message above, starting 0x.