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

data schema validate derived

apiacre.comOtherderived

POST https://apiacre.com/v1/data/schema-validate

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

0.01 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:20 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 04:20 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
1
as of 2026-09-15 16:57 UTC · method · pinnable
Last called
2026-08-31 16:18 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.01 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, 2 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 2,777 endpoints in Other 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: 652 in the category are counted higher and 2,124 lower.

No trace is drawn of this endpoint’s own volume. Its counters have changed 2 times 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

data schema validate is one of 74 listed endpoints on apiacre.com, tied 10th by calls with 39 others among them.

Callers of data schema validate supply a json body with the fields schema, instance, max_errors and check_formats.

data schema validate returns json; the example shows data, meta, service, version and request_id.

One payer accounts for all 2 calls to data schema validate over 30 days.

Its last counted call came 15 days before the snapshot.

Per call, data schema validate declares 0.01 USDC on Base.

It accounts for 1% of the calls counted across the host.

For data schema validate the listing declares 2 accepts on Base and Solana, to 2 different wallets.

At apiacre.com, data schema validate takes POST requests, is listed in the Coinbase registry, and falls under the "other" category by TOLL's rules.

data schema validate answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.

Closest in price to data schema validate within the "other" category: merchants at www.x402scan.com and wallets transactions at api.zerion.io.

data schema validate is priced above 64% of comparable listings in the "other" category.

The wallet paid by data schema validate is the payee of 74 endpoints on one host.

The seller's own tags are json-schema, schema-validation, json-validator and structured-output.

The price of data schema validate is declared by 428 other listings in the "other" category too.

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

Preflight checks at the last sweep

the checks, as of 2026-09-15 04:20 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:20 UTCpass0daily-2026-09-15
2026-09-14 04:18 UTCpass0daily-2026-09-14
2026-09-13 04:17 UTCpass0daily-2026-09-13
2026-09-12 06:32 UTCpass0daily-2026-09-12
2026-09-11 10:02 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 16:18 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "schema": {
        "type": "object",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "required": [
          "name",
          "score"
        ],
        "properties": {
          "name": {
            "type": "string",
            "minLength": 1
          },
          "score": {
            "type": "integer",
            "minimum": 0
          }
        },
        "additionalProperties": false
      },
      "instance": {
        "name": "Ada",
        "score": "98"
      },
      "max_errors": 25,
      "check_formats": true
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "data": {
        "valid": false,
        "errors": [
          {
            "kind": "instance",
            "keyword": "type",
            "message": "'98' is not of type 'integer'",
            "schemaPath": "/properties/score/type",
            "instancePath": "/score"
          }
        ],
        "schema": {
          "sha256": "9565a3dfc9aaadfaf2b3163f433b954d7d91246b6c225c11a8c16fe42ae841e4",
          "dialect": "https://json-schema.org/draft/2020-12/schema",
          "utf8Bytes": 224,
          "declaredDialect": "https://json-schema.org/draft/2020-12/schema",
          "remoteReferencesAllowed": false
        },
        "instance": {
          "sha256": "43d117eb76b608a0d05820c70320889a6577ff85446e00412b6e6487c1559149",
          "utf8Bytes": 27
        },
        "errorCount": 1,
        "validation": {
          "draft": "2020-12",
          "engine": "python-jsonschema",
          "maxErrors": 25,
          "engineVersion": "4.26.0",
          "formatChecking": true
        },
        "schemaValid": true,
        "instanceValid": false,
        "errorsReturned": 1,
        "errorCountExact": true,
        "errorsTruncated": false
      },
      "meta": {
        "cached": false,
        "sources": [],
        "warnings": [],
        "duration_ms": 42,
        "next_actions": [
          {
            "path": "/v1/data/schema",
            "title": "JSON Schema generator",
            "method": "POST",
            "reason": "Infer the rejected instance's observed Draft 2020-12 shape for comparison wit...",
            "service": "data.schema"
          }
        ]
      },
      "service": "data.schema-validate",
      "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, "data schema validate on apiacre.com", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/apiacre-com-v1-data-schema-validate-2f3f04/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-apiacre-com-v1-data-schema-validate-2f3f04-2026-09-15T16-57Z,
  author = {TOLL},
  title = {data schema validate on apiacre.com},
  howpublished = {\url{https://tollindex.com/e/apiacre-com-v1-data-schema-validate-2f3f04/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 data schema validate, 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 2f3f042e84e05503aeb8097f3d0dac97fd8a345ef45833590367c5bab32d9f70 from wallet 0xa0BFa4f07281c9b248DC3AED2217836BcA24869B

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

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