malformedlisted in Coinbase#5 by calls of 12 on this host
0.01 USDC
per call, as the listing declares it on eip155:
- Validation state
- malformed
- Uptime, 7 / 30 / 90 days
- 0% / 0% / 0%
- Calls, trailing 30 days
- 1
- Unique payers, trailing 30 days
- 1
- Last called
- 2026-08-30 03:32 UTC
- First observed by TOLLderived
- 2026-09-10
- Pricederived
- 0.01 USDC
- Networks
- 1
How big is this endpoint among the ones like it?
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.
The sweep of 2026-09-15 got a payment challenge that did not pass the required check bazaar.routeTemplate.matches_resource.
For news headlines the failing check asks whether the declared route template matches the resource path.
x402.professorsausages.com serves news headlines, a GET endpoint that TOLL places in search, listed in the Coinbase registry.
A call to news headlines costs 0.01 USDC on Base, as declared.
Requests carry the query parameters lang, limit, source and category.
news headlines declares object output without an example.
In the trailing 30 days: one call, one payer.
news headlines was last called 17 days before the snapshot.
Of x402.professorsausages.com's 12 listings, news headlines ranks tied 5th by calls with 7 others.
news headlines takes 5% of the calls counted across x402.professorsausages.com.
Among comparable prices in search, news headlines sits above 38% of them.
news headlines sits nearest in price to discover (svm402.com) and exa search (vaaya.ai) among listings in search.
The wallet paid by news headlines is the payee of 12 endpoints on one host.
The seller's tags on news headlines are news, headlines, search and sentiment, and its label is "news".
The price of news headlines is declared by 337 other listings in search too.
the payment options, as of 2026-09-15 16:57 UTC · method · pinnable
| registry | network | asset | amount | scheme | pay to |
|---|---|---|---|---|---|
| Coinbase | eip155: | USDC | 0.01 USDC | exact | 0x54ebFC…c70d5B |
the checks, as of 2026-09-15 05:00 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
Every sweep that observed this endpoint, newest first.
| observed, UTC | state | failed checks | sweep |
|---|---|---|---|
| 2026-09-15 05:00 UTC | malformed | 2 | daily-2026-09-15 |
| 2026-09-14 04:52 UTC | malformed | 2 | daily-2026-09-14 |
| 2026-09-13 04:50 UTC | malformed | 2 | daily-2026-09-13 |
| 2026-09-12 07:06 UTC | malformed | 2 | daily-2026-09-12 |
| 2026-09-11 10:45 UTC | malformed | 2 | daily-2026-09-11 |
Presence in a registry, not liveness of the service (method). Newest first.
- listed in Coinbase
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": {
"lang": "ISO-639-1 language code.",
"limit": "How many articles to return.",
"source": "Restrict to one ingestion source. gnews is retired (archived articles only).",
"category": "Restrict to one topical category."
}
},
"output": {
"type": "object",
"required": [
"updated_at",
"window_hours",
"count",
"articles",
"freshness"
],
"properties": {
"count": {
"type": "integer"
},
"articles": {
"type": "array",
"items": {
"type": "object",
"required": [
"id",
"title",
"url",
"domain",
"source",
"feed",
"published",
"categories",
"seen_at"
],
"properties": {
"id": {
"type": "string",
"description": "sha1(normalized url) hex, first 16 chars — the dedupe key."
},
"url": {
"type": "string"
},
"feed": {
"type": "string",
"description": "Human feed label, e.g. \"BBC World\", \"Hacker News\", \"GDELT: technology\"."
},
"lang": {
"type": [
"string",
"null"
],
"description": "ISO-639-1 language, best-effort."
},
"tier": {
"enum": [
"official",
"major",
"trade",
"social",
"enrichment",
null
],
"type": [
"string",
"null"
],
"description": "Reputability tier of the feed: official (Fed/SEC/White House/BLS/ECB press), major (wires + major outlets), trade (quality trade press), social (Hacker News), enrichment (GDELT-discovered, reputation-gated). Absent on records archived before the tiered portfolio."
},
"tone": {
"type": [
"number",
"null"
],
"description": "GDELT document tone (negative = adverse), attached by URL match from GDELT's 15-minute files — present on any source GDELT also saw; null otherwise."
},
"title": {
"type": "string"
},
"domain": {
"type": "string"
},
"source": {
"enum": [
"gdelt",
"hn",
"rss",
"gnews",
"sitemap"
],
"type": "string"
},
"cluster": {
"type": [
"string",
"null"
],
"description": "Story-cluster id — articles sharing one are the SAME story from different outlets. The served window already keeps only one article per cluster, so this is provenance, not a filter you must apply. null when the headline was too short to cluster safely."
},
"country": {
"type": [
"string",
"null"
]
},
"seen_at": {
"type": "string"
},
"snippet": {
"type": [
"string",
"null"
],
"description": "Short plain-text description from the feed (≤240 chars); absent when the feed carries none."
},
"published": {
"type": "string",
"description": "ISO-8601 publish time (best-effort)."
},
"categories": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"freshness": {
"type": "object",
"required": [
"as_of",
"window_hours",
"source_count",
"coverage"
],
"properties": {
"as_of": {
"type": "string",
"description": "updated_at of the corpus this response was served from."
},
"coverage": {
"type": "object",
"required": [
"oldest_published",
"newest_published",
"hours",
"articles"
],
"properties": {
"hours": {
"type": "number",
"description": "newest − oldest in hours — the searchable depth, usually far below window_hours."
},
"articles": {
"type": "integer",
"description": "Articles covering that span."
},
"newest_published": {
"type": [
"string",
"null"
],
"description": "Newest publish time held."
},
"oldest_published": {
"type": [
"string",
"null"
],
"description": "Oldest publish time held; the real floor of any date filter."
}
}
},
"source_count": {
"type": "integer",
"description": "Number of sources with ≥1 article in the current pile."
},
"window_hours": {
"type": "integer",
"description": "Retention POLICY in hours (72). NOT the searchable depth — see coverage.hours."
}
}
},
"updated_at": {
"type": "string"
},
"window_hours": {
"type": "integer"
}
}
}
}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, "news headlines on x402.professorsausages.com", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/x402-professorsausages-com-news-headlines-63b1d1/at/2026-09-15T16-57Z. Accessed [access date].
BibTeX
@misc{toll-e-x402-professorsausages-com-news-headlines-63b1d1-2026-09-15T16-57Z,
author = {TOLL},
title = {news headlines on x402.professorsausages.com},
howpublished = {\url{https://tollindex.com/e/x402-professorsausages-com-news-headlines-63b1d1/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].}
}None yet. Anything submitted through the form below is published here with its outcome.