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

ipo calendar pipeline derived

x402.professorsausages.comOtherderived

GET https://x402.professorsausages.com/ipo-calendar/pipeline

malformedlisted in Coinbase#5 by calls of 12 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
malformed
as of 2026-09-15 06:15 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
0% / 0% / 0%
as of 2026-09-15 06:15 UTC · method · pinnable · 0 of 5 in 7d, 0 of 5 in 30d, 0 of 5 in 90d
Calls, trailing 30 days
1
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-30 03:32 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
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 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 1: 1,039 in the category are counted higher and 1,737 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

The sweep of 2026-09-15 got a payment challenge that did not pass the required check bazaar.routeTemplate.matches_resource.

For ipo calendar pipeline the failing check asks whether the declared route template matches the resource path.

x402.professorsausages.com serves ipo calendar pipeline, a GET endpoint that TOLL places in the "other" category, listed in the Coinbase registry.

A call to ipo calendar pipeline costs 0.01 USDC on Base, as declared.

ipo calendar pipeline takes the query parameters sic, days, limit, stage, cursor and 1 other.

It declares object output but gives no example.

ipo calendar pipeline drew a single call from a single payer in the trailing 30 days.

The last call to ipo calendar pipeline came 17 days before the snapshot, 2026-08-30.

Among the 12 endpoints on x402.professorsausages.com, ipo calendar pipeline is tied 5th by calls with 7 others.

ipo calendar pipeline takes 5% of the calls counted across x402.professorsausages.com.

Among comparable prices in the "other" category, ipo calendar pipeline sits above 64% of them.

Closest in price to ipo calendar pipeline within the "other" category: authorize at api.safe4.ai and business time at chrono.schemasure.com.

The wallet paid by ipo calendar pipeline is the payee of 12 endpoints on one host.

The seller's tags on ipo calendar pipeline are ipo, sec, edgar and s-1, and its label is "finance".

The price of ipo calendar pipeline 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 USDCexact0x54ebFC…c70d5B

Preflight checks at the last sweep

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

  • bazaar.info.output.example · advisory, does not affect the verdict · an output example is provided (advisory)
  • bazaar.routeTemplate.matches_resource · the declared route template matches the resource path

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 06:15 UTCmalformed2daily-2026-09-15
2026-09-14 05:45 UTCmalformed2daily-2026-09-14
2026-09-13 05:39 UTCmalformed2daily-2026-09-13
2026-09-12 07:56 UTCmalformed2daily-2026-09-12
2026-09-11 11:50 UTCmalformed2daily-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-30 03:32 UTC · method · live

The input and output block
{
  "input": {
    "type": "http",
    "method": "GET",
    "queryParams": {
      "sic": "4-digit SIC industry code filter.",
      "days": "Only issuers registered within this many days.",
      "limit": "How many results to return.",
      "stage": "Comma-separated pipeline stages to include, from registered, expected and dormant.",
      "cursor": "Opaque pagination cursor returned by the previous page.",
      "foreign": "true returns F-1 filers only, false returns S-1 only. Omit for both."
    }
  },
  "output": {
    "type": "object",
    "required": [
      "count",
      "companies",
      "nextCursor"
    ],
    "properties": {
      "count": {
        "type": "integer"
      },
      "companies": {
        "type": "array",
        "items": {
          "type": "object",
          "required": [
            "cik",
            "name",
            "stage",
            "registrationForm",
            "signals"
          ],
          "properties": {
            "cik": {
              "type": "string",
              "description": "Zero-padded 10-digit issuer CIK."
            },
            "sic": {
              "type": [
                "string",
                "null"
              ]
            },
            "name": {
              "type": "string"
            },
            "spac": {
              "type": "boolean"
            },
            "edgar": {
              "type": "string"
            },
            "stage": {
              "enum": [
                "registered",
                "expected",
                "dormant"
              ],
              "type": "string"
            },
            "signals": {
              "type": "object",
              "properties": {
                "form8A12BAt": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "effectNoticeAt": {
                  "type": [
                    "string",
                    "null"
                  ]
                }
              }
            },
            "firstFiledAt": {
              "type": [
                "string",
                "null"
              ]
            },
            "amendmentCount": {
              "type": "integer"
            },
            "lastActivityAt": {
              "type": [
                "string",
                "null"
              ]
            },
            "sicDescription": {
              "type": [
                "string",
                "null"
              ]
            },
            "signalStrength": {
              "enum": [
                "strong",
                "moderate",
                "weak"
              ],
              "type": "string"
            },
            "registrationForm": {
              "enum": [
                "S-1",
                "F-1",
                null
              ],
              "type": [
                "string",
                "null"
              ]
            },
            "foreignPrivateIssuer": {
              "type": "boolean",
              "description": "True for F-1 filers."
            }
          }
        }
      },
      "nextCursor": {
        "type": [
          "string",
          "null"
        ]
      }
    }
  }
}
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, "ipo calendar pipeline on x402.professorsausages.com", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/x402-professorsausages-com-ipo-calendar-pipeline-b2a5b5/at/2026-09-15T16-57Z. Accessed [access date].

BibTeX

@misc{toll-e-x402-professorsausages-com-ipo-calendar-pipeline-b2a5b5-2026-09-15T16-57Z,
  author = {TOLL},
  title = {ipo calendar pipeline on x402.professorsausages.com},
  howpublished = {\url{https://tollindex.com/e/x402-professorsausages-com-ipo-calendar-pipeline-b2a5b5/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 ipo calendar pipeline, 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 b2a5b5304ad452de2defe9ca40890dfeae4df55f78457a502d7aa6d68fce9bc1 from wallet 0x54ebFCF3870439B9db62381848c5DabC05c70d5B

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

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