passlisted in Coinbasecounted above 43% of Compute
0.01 USDC
per call, as the listing declares it on eip155:
- Validation state
- pass
- Uptime, 7 / 30 / 90 days
- 100% / 100% / 100%
- Calls, trailing 30 days
- 2
- Unique payers, trailing 30 days
- 2
- Last called
- 2026-09-14 19:53 UTC
- First observed by TOLLderived
- 2026-09-10
- Pricederived
- 0.01 USDC
- Networks
- 1
How has the volume on this endpoint moved?
static answers POST requests at api.statemind.ai; it is listed in the Coinbase registry and TOLL files it under compute.
static is priced at 0.01 USDC on Base.
The request to static is a json body with the fields code and options.
static returns json; the example shows score, valid, fixed_code and diagnostics.
The daily sweep got a valid payment challenge from static on 2026-09-15, as at every sweep since 2026-09-11.
api.statemind.ai lists no other endpoint.
The registry's counters give static 2 calls and 2 unique payers over 30 days, every call from a different payer.
The last call to static came 1 day before the snapshot, 2026-09-14.
Closest in price to static within compute: operations at agents.chain.link and latest at api.orcatrace.dev.
static is priced above 42% of comparable listings in compute.
The wallet paid by static is the payee of 6 endpoints on one host.
Seller tags: python, code-review, static-analysis and testing.
The price of static is declared by 75 other listings in compute too.
the payment options, as of 2026-09-15 21:20 UTC · method · pinnable
| registry | network | asset | amount | scheme | pay to |
|---|---|---|---|---|---|
| Coinbase | eip155: | USDC | 0.01 USDC | exact | 0xaa7116…447104 |
the checks, as of 2026-09-15 06:18 UTC · method · pinnableendpoint answered HTTP 402
No named check failed.
Every sweep that observed this endpoint, newest first.
| observed, UTC | state | failed checks | sweep |
|---|---|---|---|
| 2026-09-15 06:18 UTC | pass | 0 | daily-2026-09-15 |
| 2026-09-14 05:48 UTC | pass | 0 | daily-2026-09-14 |
| 2026-09-13 05:42 UTC | pass | 0 | daily-2026-09-13 |
| 2026-09-12 07:59 UTC | pass | 0 | daily-2026-09-12 |
| 2026-09-11 11:54 UTC | pass | 0 | daily-2026-09-11 |
Presence in a registry, not liveness of the service (method). Newest first.
- listed in Coinbase
From the registry record, not validated by TOLL.the declared schema, as of 2026-09-14 19:53 UTC · method · live
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
The pinned URL below renders this page from the snapshot of 2026-09-15 21:20 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).
Plain text
TOLL, "static on api.statemind.ai", snapshot of 2026-09-15 21:20 UTC. https://tollindex.com/e/api-statemind-ai-v1-x402-static-b70826/at/2026-09-15T21-20Z. Accessed [access date].
BibTeX
@misc{toll-e-api-statemind-ai-v1-x402-static-b70826-2026-09-15T21-20Z,
author = {TOLL},
title = {static on api.statemind.ai},
howpublished = {\url{https://tollindex.com/e/api-statemind-ai-v1-x402-static-b70826/at/2026-09-15T21-20Z}},
year = {2026},
month = {9},
note = {Pinned view of the snapshot of 2026-09-15 21:20 UTC. Accessed [access date].}
}None yet. Anything submitted through the form below is published here with its outcome.