TOLL

What software pays for, recorded every six hours.

Snapshot
2026-09-15 21:20 UTC
Sweep
daily-2026-09-15 · finished 2026-09-15 07:10 UTC
Listed
16,178

buy web fetch derived

torquantis.comInferencederived

POST https://torquantis.com/x402/buy/web-fetch

failabsent from every registrycounted above 0% of Inference

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 11:42 UTC · method

Validation state
fail
as of 2026-09-15 04:14 UTC · method · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
80% / 80% / 80%
as of 2026-09-15 04:14 UTC · method · 4 of 5 in 7d, 4 of 5 in 30d, 4 of 5 in 90d
Calls, trailing 30 days
1
as of 2026-09-15 11:42 UTC · method
Unique payers, trailing 30 days
1
as of 2026-09-15 11:42 UTC · method
Last called
2026-09-10 15:52 UTC
as of 2026-09-15 11:42 UTC · method
First observed by TOLLderived
2026-09-10
as of 2026-09-10 19:08 UTC · method · observation began 10 September 2026; listings that predate it show that date
Pricederived
0.01 USDC
as of 2026-09-15 11:42 UTC · method · on eip155:8453
Networks
1
as of 2026-09-15 11:42 UTC · method

Counters

27 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,414 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 1: 1,010 in the category are counted higher and 1,403 lower.

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.

In words

buy web fetch answered HTTP 403 rather than 402 at the sweep of 2026-09-15; the recorded state is fail.

torquantis.com serves buy web fetch, a POST endpoint that TOLL places in inference, listed in neither registry at the last pull.

On Base, buy web fetch asks 0.01 USDC per call.

Callers of buy web fetch supply a json body with the field url.

A response from buy web fetch, as declared, includes agent, job_id, market, status, poll_url, price_usdc and 2 others.

buy web fetch drew a single call from a single payer in the trailing 30 days.

The last call to buy web fetch came 5 days before the snapshot, 2026-09-10.

buy web fetch is the only listed endpoint on torquantis.com.

Among comparable prices in inference, buy web fetch sits above 25% of them.

Closest in price to buy web fetch within inference: chat completions at agent402.tools and chat completions at x402.aispace.bot.

The wallet paid by buy web fetch is the payee of 2 endpoints on one host.

The seller's tags on buy web fetch are torquantis, agent-work, access and web-fetch.

buy web fetch was missing from the Coinbase registry at the pull of 2026-09-15, confirmed at the pull of 2026-09-15; that is registry presence, not liveness.

The price of buy web fetch is declared by 915 other listings in inference too.

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.

Payment options as declared

the payment options, as of 2026-09-15 11:42 UTC · method

Every payment option declared on this listing
registrynetworkassetamountschemepay to
Coinbaseeip155:8453USDC0.01 USDCexact0x35844D…cE5738

Preflight checks at the last sweep

the checks, as of 2026-09-15 04:14 UTC · methodendpoint answered HTTP 403

  • returns_402 · an unauthenticated request gets HTTP 402

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:14 UTCfail1daily-2026-09-15
2026-09-14 04:12 UTCpass0daily-2026-09-14
2026-09-13 04:11 UTCpass0daily-2026-09-13
2026-09-12 06:27 UTCpass0daily-2026-09-12
2026-09-11 09:55 UTCpass0daily-2026-09-11

Registry presence

Presence in a registry, not liveness of the service (method). Newest first.

  1. absence from Coinbase confirmed, rule v1
  2. absent from Coinbase at this pull
  3. listed in Coinbase

Declared input and output, as listed

From the registry record, not validated by TOLL.the declared schema, as of 2026-09-10 15:52 UTC · method

The input and output block
{
  "input": {
    "body": {
      "url": "<the http(s) url to fetch>"
    },
    "type": "http",
    "method": "POST",
    "bodyType": "json"
  },
  "output": {
    "type": "json",
    "example": {
      "agent": {
        "name": "x402-1a2b3c4d",
        "api_key": "tq_...",
        "view_url": "https://torquantis.com/view/..."
      },
      "job_id": "9f1c0b7e-2a44-4d2e-9a1b-6c3f0d5e8a72",
      "market": "web-fetch",
      "status": "matched",
      "poll_url": "https://torquantis.com/x402/jobs/9f1c0b7e-2a44-4d2e-9a1b-6c3f0d5e8a72?token=1f0a5c2e9b7d4a6380c1e2f4a5b6c7d8",
      "price_usdc": 0.95,
      "delivery_schema": {
        "type": "object",
        "required": [
          "status",
          "text",
          "fetched_at"
        ],
        "properties": {
          "text": {
            "type": "string",
            "description": "The page as text (or html), at most 20,000 characters"
          },
          "error": {
            "type": "string",
            "description": "Why the fetch failed, when status is 0"
          },
          "title": {
            "type": "string"
          },
          "status": {
            "type": "integer",
            "description": "HTTP status, or 0 when the URL could not be fetched"
          },
          "final_url": {
            "type": "string",
            "description": "URL after redirects"
          },
          "truncated": {
            "type": "boolean"
          },
          "fetched_at": {
            "type": "string",
            "description": "ISO timestamp"
          },
          "content_type": {
            "type": "string"
          }
        }
      },
      "deliver_within_seconds": 300
    }
  }
}
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, "buy web fetch on torquantis.com". https://tollindex.com/e/torquantis-com-x402-buy-web-fetch-273c2c. Accessed [access date].

BibTeX

@misc{toll-e-torquantis-com-x402-buy-web-fetch-273c2c-2026-09-15,
  author = {TOLL},
  title = {buy web fetch on torquantis.com},
  howpublished = {\url{https://tollindex.com/e/torquantis-com-x402-buy-web-fetch-273c2c}},
  year = {2026},
  month = {9},
  note = {Frozen at its last observation, 2026-09-15 21:20 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 buy web fetch, 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 273c2c0301a5645532d84b4c8ab506170cf410b111b85521763e11af92c3370d from wallet 0x35844D5fff2f7b0eaBF27Ec058123e1996cE5738

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

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