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

developer code change review derived

apiacre.comComputederived

POST https://apiacre.com/v1/developer/code-change-review

passlisted in Coinbase#50 by calls of 74 on this host

0.05 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:26 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 06:26 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-01 13:12 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.05 USDC
as of 2026-09-15 16:57 UTC · method · pinnable · on eip155:8453
Networks
2
as of 2026-09-15 16:57 UTC · method · pinnable

Counters

28 observations, 3 of them a change

How has the volume on this endpoint moved?

123110 Sep11 Sep12 Sep13 Sep14 Sep15 Sep
Calls counted in the trailing 30 days on this endpoint, at every snapshot since 2026-09-10. Each point is a trailing-30-day sum as the registry published it, not a daily rate. The axis is truncated to the range of the data with a break at its foot.

In words

With 74 endpoints listed on apiacre.com, developer code change review is tied 50th by calls with 24 others.

The request to developer code change review is a json body with the fields after, before, filename and language.

developer code change review returns json; the example shows data, meta, service, version and request_id.

developer code change review drew a single call from a single payer in the trailing 30 days.

The last call to developer code change review came 14 days before the snapshot, 2026-09-01.

Per call, developer code change review declares 0.05 USDC on Base.

2 payment options span Base and Solana, to 2 different wallets.

developer code change review is a POST endpoint at apiacre.com, listed in the Coinbase registry and filed by TOLL under compute.

developer code change review answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.

Closest in price to developer code change review within compute: send native at keyring-agent.blockchhub.link and route execute plus at agent402.tools.

Among comparable prices in compute, developer code change review sits above 69% of them.

The wallet paid by developer code change review is the payee of 74 endpoints on one host.

The seller's tags on developer code change review are developer, research, code-review and static-analysis.

Exactly this price appears on 40 other listings in compute.

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.05 USDCexact0xa0BFa4…24869B
Coinbasesolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpUSDC0.05 USDCexactB4CHWQeQ…3HDLan

Preflight checks at the last sweep

the checks, as of 2026-09-15 06:26 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:26 UTCpass0daily-2026-09-15
2026-09-14 05:56 UTCpass0daily-2026-09-14
2026-09-13 05:48 UTCpass0daily-2026-09-13
2026-09-12 08:05 UTCpass0daily-2026-09-12
2026-09-11 12:03 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-01 13:12 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "after": "def invoice_total(items, discount=0):\n    subtotal = sum(...",
      "before": "def invoice_total(items):\n    return sum(item[\"price\"] fo...",
      "filename": "billing.py",
      "language": "python"
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "data": {
        "after": {
          "lines": {
            "code": 5,
            "blank": 0,
            "total": 5,
            "comments": 0
          },
          "source": {
            "sha256": "f37990278fe5bda7fdae643ec96f54997271ed3992cefdd5f407736c2...",
            "utf8Bytes": 194,
            "characters": 194
          },
          "classes": 0,
          "functions": 1
        },
        "before": {
          "lines": {
            "code": 2,
            "blank": 0,
            "total": 2,
            "comments": 0
          },
          "source": {
            "sha256": "69316f24997a9cbf73019f697f3f2373e39da67d1835885998775037c...",
            "utf8Bytes": 74,
            "characters": 74
          },
          "classes": 0,
          "functions": 1
        },
        "changed": true,
        "summary": {
          "lineDelta": 3,
          "classDelta": 0,
          "codeLineDelta": 3,
          "functionDelta": 0
        },
        "analysis": {
          "method": "two deterministic code-metrics snapshots plus Python func...",
          "version": "apiacre-code-change-review/1",
          "limitations": [
            "Static heuristics do not prove runtime behavior, correctn...",
            "Function-level deltas are complete only when both Python ...",
            "Renamed functions appear as one removal and one addition."
          ]
        },
        "filename": "billing.py",
        "findings": [
          {
            "id": "new-work-markers",
            "message": "The change adds TODO, FIXME, HACK, or XXX markers.",
            "evidence": {
              "added": 1
            },
            "severity": "low"
          }
        ],
        "language": "python",
        "execution": {
          "codeExecuted": false,
          "networkAccessed": false
        },
        "attentionLevel": "medium",
        "attentionScore": 2,
        "reviewDecision": "review",
        "functionChanges": {
          "added": [],
          "addedCount": 0,
          "changedCount": 1,
          "removedCount": 0
        }
      },
      "meta": {
        "cached": false,
        "sources": [],
        "warnings": [],
        "duration_ms": 42,
        "next_actions": [
          {
            "title": "Document diff",
            "method": "POST",
            "reason": "Inspect exact line additions, removals, and a bounded uni...",
            "service": "document.diff"
          }
        ]
      },
      "service": "developer.code-change-review",
      "version": "1",
      "request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a"
    }
  }
}
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, "developer code change review on apiacre.com", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/apiacre-com-v1-developer-code-change-review-c1e16b/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-apiacre-com-v1-developer-code-change-review-c1e16b-2026-09-15T16-57Z,
  author = {TOLL},
  title = {developer code change review on apiacre.com},
  howpublished = {\url{https://tollindex.com/e/apiacre-com-v1-developer-code-change-review-c1e16b/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 developer code change review, 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 c1e16bbadb9be5cacbc5e233bc8dd6c82028ac2ed35e4ea710a5877cd38e9528 from wallet 0xa0BFa4f07281c9b248DC3AED2217836BcA24869B

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

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