malformedlisted in Coinbase#6 by calls of 8 on this host
0.02 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-09-01 21:39 UTC
- First observed by TOLLderived
- 2026-09-10
- Pricederived
- 0.02 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 30 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.
At the sweep of 2026-09-15 it answered 402 but failed the required checks bazaar.schema and parse.
For policy timeline the failing check asks whether a Bazaar JSON schema is present.
TOLL files policy timeline under inference: a GET endpoint on tensorfeed.ai, listed in the Coinbase registry.
A call to policy timeline costs 0.02 USDC on Base, as declared.
policy timeline takes the query parameters days_back, days_forward and jurisdiction.
A response from policy timeline, as declared, includes ok, counts, window, billing, entries and capturedAt.
In the trailing 30 days: one call, one payer.
policy timeline was last called 14 days before the snapshot.
Of tensorfeed.ai's 8 listings, policy timeline ranks tied 6th by calls with 2 others.
Of the calls counted across tensorfeed.ai, policy timeline takes 3%.
64% of the 2,422 comparable listings in inference are cheaper.
policy timeline sits nearest in price to chat completions (agent402.tools) and llm claude haiku (x402engine.app) among listings in inference.
The wallet paid by policy timeline is the payee of 8 endpoints on one host.
The listing for policy timeline fails only advisory checks about output metadata; the verdict is unaffected.
The price of policy timeline is declared by 122 other listings in inference too.
the payment options, as of 2026-09-16 04:48 UTC · method · pinnable
| registry | network | asset | amount | scheme | pay to |
|---|---|---|---|---|---|
| Coinbase | eip155: | USDC | 0.02 USDC | exact | 0x549c82…1fc6d1 |
the checks, as of 2026-09-15 05:47 UTC · method · pinnableendpoint answered HTTP 402
bazaar.info.output· advisory, does not affect the verdict · output metadata is present (advisory)bazaar.schema· a Bazaar JSON schema is presentparse· the discovery extension parsed
Every sweep that observed this endpoint, newest first.
| observed, UTC | state | failed checks | sweep |
|---|---|---|---|
| 2026-09-15 05:47 UTC | malformed | 3 | daily-2026-09-15 |
| 2026-09-14 05:20 UTC | malformed | 3 | daily-2026-09-14 |
| 2026-09-13 05:15 UTC | malformed | 3 | daily-2026-09-13 |
| 2026-09-12 07:32 UTC | malformed | 3 | daily-2026-09-12 |
| 2026-09-11 11:18 UTC | malformed | 3 | 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-05-25 23:11 UTC · method · live
The input and output block
{
"input": {
"type": "http",
"method": "GET",
"queryFields": {
"days_back": {
"type": "integer",
"example": 90
},
"days_forward": {
"type": "integer",
"example": 365
},
"jurisdiction": {
"type": "string",
"example": "EU"
}
},
"queryParams": {
"days_back": 90,
"days_forward": 365,
"jurisdiction": "EU"
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"counts": {
"type": "object",
"properties": {
"past": {
"type": "integer",
"example": 12
},
"active": {
"type": "integer",
"example": 4
},
"upcoming": {
"type": "integer",
"example": 9
}
}
},
"window": {
"type": "object",
"properties": {
"days_back": {
"type": "integer",
"example": 90
},
"days_forward": {
"type": "integer",
"example": 365
},
"jurisdiction": {
"type": "string",
"example": "EU"
}
}
},
"billing": {
"type": "object",
"properties": {
"credits_charged": {
"type": "integer",
"example": 1
},
"credits_remaining": {
"type": "integer",
"example": 49
}
}
},
"entries": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "eu-ai-act-gpai-codes"
},
"title": {
"type": "string",
"example": "EU AI Act: General-Purpose AI codes of practice"
},
"source_url": {
"type": "string",
"example": "https://artificialintelligenceact.eu"
},
"jurisdiction": {
"type": "string",
"example": "EU"
},
"effective_date": {
"type": "string",
"example": "2026-08-02"
},
"next_milestones": {
"type": "array",
"items": {
"type": "object",
"properties": {
"date": {
"type": "string",
"example": "2026-07-01"
},
"name": {
"type": "string",
"example": "Codes finalized"
}
}
}
},
"relative_to_now": {
"type": "string",
"example": "upcoming"
},
"days_until_effective": {
"type": "integer",
"example": 71
}
}
}
},
"capturedAt": {
"type": "string",
"example": "2026-05-23T07:00:00Z"
}
}
},
"example": {
"ok": true,
"counts": {
"past": 12,
"active": 4,
"upcoming": 9
},
"window": {
"days_back": 90,
"days_forward": 365,
"jurisdiction": "EU"
},
"billing": {
"credits_charged": 1,
"credits_remaining": 49
},
"entries": [
{
"id": "eu-ai-act-gpai-codes",
"title": "EU AI Act: General-Purpose AI codes of practice",
"source_url": "https://artificialintelligenceact.eu",
"jurisdiction": "EU",
"effective_date": "2026-08-02",
"next_milestones": [
{
"date": "2026-07-01",
"name": "Codes finalized"
},
{
"date": "2026-08-02",
"name": "Enforcement begins"
}
],
"relative_to_now": "upcoming",
"days_until_effective": 71
}
],
"capturedAt": "2026-05-23T07:00:00Z"
}
}
}Cite this page
The pinned URL below renders this page from the snapshot of 2026-09-16 04:48 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).
Plain text
TOLL, "policy timeline on tensorfeed.ai", snapshot of 2026-09-16 04:48 UTC. https://tollindex.com/e/tensorfeed-ai-api-premium-policy-timeline-8b4f8a/at/2026-09-16T04-48Z. Accessed [access date].
BibTeX
@misc{toll-e-tensorfeed-ai-api-premium-policy-timeline-8b4f8a-2026-09-16T04-48Z,
author = {TOLL},
title = {policy timeline on tensorfeed.ai},
howpublished = {\url{https://tollindex.com/e/tensorfeed-ai-api-premium-policy-timeline-8b4f8a/at/2026-09-16T04-48Z}},
year = {2026},
month = {9},
note = {Pinned view of the snapshot of 2026-09-16 04:48 UTC. Accessed [access date].}
}None yet. Anything submitted through the form below is published here with its outcome.