passabsent from every registrycounted above 0% of Compute
0.03 USDC
per call, as the listing declares it on eip155:
Compare with anotherEvery figure as JSONCite this page
the price, as of 2026-09-15 11:42 UTC · method
- Validation state
- pass
- Uptime, 7 / 30 / 90 days
- 100% / 100% / 100%
- Calls, trailing 30 days
- 1
- Unique payers, trailing 30 days
- 1
- Last called
- 2026-08-16 15:34 UTC
- First observed by TOLLderived
- 2026-09-10
- Pricederived
- 0.03 USDC
- Networks
- 1
How big is this endpoint among the ones like it?
No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time across 27 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.
TOLL files repair under compute: a POST endpoint on api.statemind.ai, listed in neither registry at the last pull.
On Base, repair asks 0.03 USDC per call.
Requests carry a json body with the fields code and options.
A response from repair, as declared, includes score, valid, fixed_code and diagnostics.
repair answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.
repair is the only listed endpoint on api.statemind.ai.
In the trailing 30 days: one call, one payer.
repair was last called 30 days before the snapshot.
Closest in price to repair within compute: options iv btc at kronossignals.com and resolve at resolve.exende.dev.
repair is priced above 65% of comparable listings in compute.
The wallet paid by repair is the payee of 6 endpoints on one host.
Seller tags: python, code-review, static-analysis and testing.
repair was missing from the Coinbase registry at the pull of 2026-09-15, not yet confirmed by a second pull; that is registry presence, not liveness.
Where the sentences above compare this endpoint with others, the comparison is against the index as it stands now, live; the figures above are final.
the payment options, as of 2026-09-15 11:42 UTC · method
| registry | network | asset | amount | scheme | pay to |
|---|---|---|---|---|---|
| Coinbase | eip155: | USDC | 0.03 USDC | exact | 0xaa7116…447104 |
the checks, as of 2026-09-15 04:43 UTC · methodendpoint answered HTTP 402
No named check failed.
Every sweep that observed this endpoint, newest first.
| observed, UTC | state | failed checks | sweep |
|---|---|---|---|
| 2026-09-15 04:43 UTC | pass | 0 | daily-2026-09-15 |
| 2026-09-14 04:39 UTC | pass | 0 | daily-2026-09-14 |
| 2026-09-13 04:37 UTC | pass | 0 | daily-2026-09-13 |
| 2026-09-12 06:54 UTC | pass | 0 | daily-2026-09-12 |
| 2026-09-11 10:28 UTC | pass | 0 | daily-2026-09-11 |
Presence in a registry, not liveness of the service (method). Newest first.
- absent from Coinbase at this pull
- listed in Coinbase
From the registry record, not validated by TOLL.the declared schema, as of 2026-08-16 15:34 UTC · method
The input and output block
{
"input": {
"body": {
"code": "def bitcount(n):\n count = 0\n while n:\n n ^= n - 1\n return count\n",
"options": {
"examples": "assert bitcount(127) == 7\nassert bitcount(0) == 0"
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"score": 0.4,
"valid": false,
"fixed_code": "def bitcount(n):\n count = 0\n while n:\n n &= n - 1\n count += 1\n return count\n",
"diagnostics": [
{
"code": "python:example-mismatch",
"message": "assert bitcount(127) == 7 failed: the code loops forever",
"severity": "error"
}
]
}
}
}Cite this page
This endpoint is delisted: the page is frozen at its last observation and its live URL is the stable one. Data reuse is under CC BY 4.0 (terms).
Plain text
TOLL, "repair on api.statemind.ai". https://tollindex.com/e/api-statemind-ai-v1-x402-repair-504c72. Accessed [access date].
BibTeX
@misc{toll-e-api-statemind-ai-v1-x402-repair-504c72-2026-09-15,
author = {TOLL},
title = {repair on api.statemind.ai},
howpublished = {\url{https://tollindex.com/e/api-statemind-ai-v1-x402-repair-504c72}},
year = {2026},
month = {9},
note = {Frozen at its last observation, 2026-09-15 16:57 UTC. Accessed [access date].}
}None yet. Anything submitted through the form below is published here with its outcome.