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 metrics derived

apiacre.comComputederived

POST https://apiacre.com/v1/developer/code-metrics

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

0.025 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 04:13 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 04:13 UTC · method · pinnable · 5 of 5 in 7d, 5 of 5 in 30d, 5 of 5 in 90d
Calls, trailing 30 days
2
as of 2026-09-15 16:57 UTC · method · pinnable
Unique payers, trailing 30 days
2
as of 2026-09-15 16:57 UTC · method · pinnable
Last called
2026-08-31 00:32 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.025 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, 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 482 endpoints in Compute that carry counters, binned on a logarithmic scale because the range runs over five orders of magnitude. The marked bin is this endpoint, at 2: 187 in the category are counted higher and 294 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

apiacre.com lists 74 endpoints; developer code metrics is tied 10th by calls with 39 others.

Callers of developer code metrics supply a json body with the fields code and language.

A response from developer code metrics, as declared, includes data, meta, service, version and request_id.

developer code metrics drew 2 calls from 2 unique payers in the trailing 30 days, every call from a different payer.

developer code metrics was last called 16 days before the snapshot.

It is priced at 0.025 USDC on Base.

developer code metrics takes 1% of the calls counted across apiacre.com.

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

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

developer code metrics 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 metrics within compute: web amazon at api.x402node.dev and skill financial analysis at agent402.tools.

developer code metrics is priced above 64% of comparable listings in compute.

Its payee wallet receives for 74 listed endpoints on one host.

The seller's tags on developer code metrics are developer, research, code and metrics.

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

Preflight checks at the last sweep

the checks, as of 2026-09-15 04:13 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 04:13 UTCpass0daily-2026-09-15
2026-09-14 04:11 UTCpass0daily-2026-09-14
2026-09-13 04:10 UTCpass0daily-2026-09-13
2026-09-12 06:26 UTCpass0daily-2026-09-12
2026-09-11 09: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-08-31 00:32 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "code": "def greet(name):\n    return f'Hello {name}'",
      "language": "python"
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "data": {
        "lines": {
          "code": 2,
          "blank": 0,
          "total": 2,
          "comments": 0
        },
        "source": {
          "sha256": "d588756864c1c6b9016a1829ea9283915950ef23e5b1c04018413ed71...",
          "utf8Bytes": 43,
          "characters": 43
        },
        "syntax": {
          "error": null,
          "valid": true,
          "engine": "python-ast"
        },
        "classes": 0,
        "analysis": {
          "method": "Python AST with deterministic lexical metrics",
          "version": "apiacre-code-metrics/3",
          "limitations": [
            "AST complexity is a static heuristic, not a runtime or co...",
            "Comment counts include comment-only lines, not inline com..."
          ]
        },
        "language": "python",
        "functions": 1,
        "branchPoints": 0,
        "longLineCount": 0,
        "reviewSignals": [],
        "commentDensity": 0,
        "functionMetrics": [
          {
            "kind": "function",
            "line": 1,
            "name": "greet",
            "endLine": 2
          }
        ],
        "workMarkerCount": 0,
        "blankLineDensity": 0,
        "averageLineLength": 21,
        "maximumLineLength": 26,
        "functionsTruncated": false,
        "complexityPerFunction": 1,
        "maintainabilitySignal": 95,
        "maximumFunctionComplexity": 1,
        "estimatedCyclomaticComplexity": 1
      },
      "meta": {
        "cached": false,
        "sources": [],
        "warnings": [],
        "duration_ms": 42,
        "next_actions": [
          {
            "title": "Code change review",
            "method": "POST",
            "reason": "Compare the measured source with a caller-supplied baseli...",
            "service": "developer.code-change-review"
          }
        ]
      },
      "service": "developer.code-metrics",
      "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 metrics on apiacre.com", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/apiacre-com-v1-developer-code-metrics-251fe8/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

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

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

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