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

capabilities openapi agent readiness derived

qualification.vrsai.techInferencederived

POST https://qualification.vrsai.tech/v1/capabilities/openapi_agent_readiness

passlisted in Coinbasecounted above 56% of Inference

0.03 USDC

per call, as the listing declares it on eip155:84532

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 05:26 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
100% / 100% / 100%
as of 2026-09-15 05:26 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-28 14:20 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.03 USDC
as of 2026-09-15 16:57 UTC · method · pinnable · on eip155:84532
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 2,297 endpoints in Inference 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: 578 in the category are counted higher and 1,718 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

qualification.vrsai.tech serves capabilities openapi agent readiness, a POST endpoint that TOLL places in inference, listed in the Coinbase registry.

A call to capabilities openapi agent readiness costs 0.03 USDC on Base Sepolia, as declared.

The request to capabilities openapi agent readiness is a json body with the field document.

For capabilities openapi agent readiness the listing declares 2 accepts on Base Sepolia and a Solana network, to 2 different wallets.

capabilities openapi agent readiness returns json; the example shows score, summary, verdict, findings, dimensions, openapi_version and 1 other.

capabilities openapi agent readiness answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.

capabilities openapi agent readiness is the only listed endpoint on qualification.vrsai.tech.

The registry's counters give capabilities openapi agent readiness 2 calls and 2 unique payers over 30 days, every call from a different payer.

capabilities openapi agent readiness was last called 18 days before the snapshot.

Closest in price to capabilities openapi agent readiness within inference: chat completions at agent402.tools and check domain at x402.cloudpulsepoint.com.

Among comparable prices in inference, capabilities openapi agent readiness sits above 69% of them.

No other listed endpoint pays to the same wallet.

For 1 of the options on capabilities openapi agent readiness, TOLL has no verified decimals and shows the raw amount.

The seller's tags on capabilities openapi agent readiness are openapi, agent-readiness, openapi-validation and api-contract.

Exactly this price appears on 40 other listings in inference.

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:84532USDC0.03 USDCexact0x69db08…813aaB
Coinbasesolana:EtWTRABZaYq6iMfeYKouRu166VU2xqa14zMMC9sr…JDncDU30000 smallest units, decimals unknownexactEiJRESZj…4xFocj

Preflight checks at the last sweep

the checks, as of 2026-09-15 05:26 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 05:26 UTCpass0daily-2026-09-15
2026-09-14 05:00 UTCpass0daily-2026-09-14
2026-09-13 04:57 UTCpass0daily-2026-09-13
2026-09-12 07:13 UTCpass0daily-2026-09-12
2026-09-11 10:53 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-28 14:20 UTC · method · live

The input and output block
{
  "input": {
    "body": {
      "document": {
        "info": {
          "title": "Status API",
          "version": "1.0.0"
        },
        "paths": {
          "/status": {
            "get": {
              "responses": {
                "200": {
                  "content": {
                    "application/json": {
                      "schema": {
                        "type": "object",
                        "required": [
                          "status"
                        ],
                        "properties": {
                          "status": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  },
                  "description": "Current status."
                }
              },
              "description": "Return current service status.",
              "operationId": "getStatus"
            }
          }
        },
        "openapi": "3.1.0",
        "servers": [
          {
            "url": "https://status.example.org"
          }
        ]
      }
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "score": 100,
      "summary": {
        "paths": 1,
        "schemas": 0,
        "findings": 0,
        "operations": 1,
        "findings_truncated": false
      },
      "verdict": "ready",
      "findings": [],
      "dimensions": [
        {
          "id": "structure_and_version",
          "score": 15,
          "max_score": 15
        },
        {
          "id": "operation_semantics",
          "score": 20,
          "max_score": 20
        },
        {
          "id": "request_contracts",
          "score": 20,
          "max_score": 20
        },
        {
          "id": "response_contracts",
          "score": 20,
          "max_score": 20
        },
        {
          "id": "authentication_and_access",
          "score": 10,
          "max_score": 10
        },
        {
          "id": "machine_operability",
          "score": 15,
          "max_score": 15
        }
      ],
      "openapi_version": "3.1.0",
      "ruleset_version": "1.1.1"
    }
  }
}
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, "capabilities openapi agent readiness on qualification.vrsai.tech", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/qualification-vrsai-tech-v1-capabilities-openapi-agent-readiness-6d25d7/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-qualification-vrsai-tech-v1-capabilities-openapi-agent-readiness-6d25d7-2026-09-15T16-57Z,
  author = {TOLL},
  title = {capabilities openapi agent readiness on qualification.vrsai.tech},
  howpublished = {\url{https://tollindex.com/e/qualification-vrsai-tech-v1-capabilities-openapi-agent-readiness-6d25d7/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 capabilities openapi agent readiness, 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 6d25d7b0f86d9f12aab1bcd9dc36f56a760e753ae962136acf57c16078dca823 from wallet 0x69db08B369D46082054FC600634E7f3605813aaB

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

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