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

verify derived

spoolis.comIdentityderived

POST https://spoolis.com/api/v1/verify/x402

malformedlisted in Coinbasecounted above 83% of Identity

0.006 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
malformed
as of 2026-09-15 03:55 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
0% / 0% / 0%
as of 2026-09-15 03:55 UTC · method · pinnable · 0 of 5 in 7d, 0 of 5 in 30d, 0 of 5 in 90d
Calls, trailing 30 days
5
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 14:08 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.006 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 1,491 endpoints in Identity that carry counters, binned on a logarithmic scale because the range runs over five orders of magnitude. The marked bin is this endpoint, at 5: 194 in the category are counted higher and 1,296 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

At the sweep of 2026-09-15 it answered 402 but failed the required check parse.

For verify the failing check asks whether the discovery extension parsed.

verify is a POST endpoint at spoolis.com, listed in the Coinbase registry and filed by TOLL under identity.

Per call, verify declares 0.006 USDC on Base.

verify takes a json body with the fields type, $schema, required, properties and additionalProperties.

A response from verify, as declared, includes accepted, rejected, spool_id, terminal, rejections, receipt_url and 1 other.

The registry's counters give verify 5 calls and 2 unique payers over 30 days.

The most recent call was 15 days before the snapshot.

verify is the only listed endpoint on spoolis.com.

It is cheaper than 71% of comparable listings in identity.

verify sits nearest in price to chain ens (api.onesource.io) and buy small blessing (scvd.store) among listings in identity.

The payee wallet of verify appears on no other listing.

verify out-counts 83% of the 1,491 endpoints in identity that carry counters.

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.006 USDCexact0x58eA54…7fa752

Preflight checks at the last sweep

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

  • parse · the discovery extension parsed

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 03:55 UTCmalformed1daily-2026-09-15
2026-09-14 03:55 UTCmalformed1daily-2026-09-14
2026-09-13 03:54 UTCmalformed1daily-2026-09-13
2026-09-12 06:09 UTCmalformed1daily-2026-09-12
2026-09-11 09:34 UTCmalformed1daily-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 14:08 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "conditions",
        "max_amount_cents",
        "evidence"
      ],
      "properties": {
        "unit": {
          "type": "object",
          "required": [
            "total_units",
            "unit_amount_cents"
          ],
          "properties": {
            "total_units": {
              "type": "integer",
              "maximum": 100000,
              "minimum": 1
            },
            "unit_amount_cents": {
              "type": "integer",
              "maximum": 9007199254740991,
              "minimum": 1
            }
          },
          "additionalProperties": false
        },
        "evidence": {
          "type": "object",
          "required": [
            "type",
            "provenance"
          ],
          "properties": {
            "rows": {
              "type": "array",
              "items": {
                "type": "object"
              },
              "maxItems": 100000
            },
            "type": {
              "enum": [
                "dataset",
                "text",
                "url"
              ],
              "type": "string"
            },
            "payload": {},
            "provenance": {
              "enum": [
                "api_response",
                "uploaded_json",
                "url_fetch"
              ],
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "conditions": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2000,
              "minLength": 1
            },
            {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "description",
                  "deterministic_check"
                ],
                "properties": {
                  "description": {
                    "type": "string",
                    "maxLength": 2000,
                    "minLength": 1
                  },
                  "deterministic_check": {
                    "type": "object"
                  }
                },
                "additionalProperties": false
              },
              "maxItems": 50,
              "minItems": 1
            }
          ]
        },
        "settlement": {
          "enum": [
            "external",
            "managed"
          ],
          "type": "string",
          "default": "external"
        },
        "idempotency_key": {
          "type": "string",
          "maxLength": 128,
          "minLength": 1
        },
        "max_amount_cents": {
          "type": "integer",
          "maximum": 9007199254740991,
          "minimum": 1
        }
      },
      "additionalProperties": false
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "application/json",
    "example": {
      "accepted": 9,
      "rejected": 1,
      "spool_id": "spl_example123",
      "terminal": true,
      "rejections": [
        {
          "unit": 10,
          "reason": "The required status field was missing."
        }
      ],
      "receipt_url": "https://spoolis.com/r/example",
      "earned_cents": 900
    }
  }
}
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, "verify on spoolis.com", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/spoolis-com-api-v1-verify-x402-0ba77e/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-spoolis-com-api-v1-verify-x402-0ba77e-2026-09-15T16-57Z,
  author = {TOLL},
  title = {verify on spoolis.com},
  howpublished = {\url{https://tollindex.com/e/spoolis-com-api-v1-verify-x402-0ba77e/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 verify, 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 0ba77e86b8bc7011b2f317e38d90dee05a7eb8f08a0ec2ec275a8a058e8cc491 from wallet 0x58eA54CBaE90c99270D93DE1CACA9465667fa752

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

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