TOLL

What software pays for, recorded every six hours.

Snapshot
2026-09-16 04:48 UTC
Sweep
daily-2026-09-15 · finished 2026-09-15 07:10 UTC
Listed
16,196

policy timeline derived

tensorfeed.aiInferencederived

GET https://tensorfeed.ai/api/premium/policy/timeline

malformedlisted in Coinbase#6 by calls of 8 on this host

0.02 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-16 04:48 UTC · method · pinnable

Validation state
malformed
as of 2026-09-15 05:47 UTC · method · pinnable · sweep daily-2026-09-15
Uptime, 7 / 30 / 90 days
0% / 0% / 0%
as of 2026-09-15 05:47 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-16 04:48 UTC · method · pinnable
Unique payers, trailing 30 days
1
as of 2026-09-16 04:48 UTC · method · pinnable
Last called
2026-09-01 21:39 UTC
as of 2026-09-16 04:48 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.02 USDC
as of 2026-09-16 04:48 UTC · method · pinnable · on eip155:8453
Networks
1
as of 2026-09-16 04:48 UTC · method · pinnable

Counters

30 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,032 in the category are counted higher and 1,381 lower.

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.

In words

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.

Payment options as declared

the payment options, as of 2026-09-16 04:48 UTC · method · pinnable

Every payment option declared on this listing
registrynetworkassetamountschemepay to
Coinbaseeip155:8453USDC0.02 USDCexact0x549c82…1fc6d1

Preflight checks at the last sweep

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 present
  • parse · the discovery extension parsed

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:47 UTCmalformed3daily-2026-09-15
2026-09-14 05:20 UTCmalformed3daily-2026-09-14
2026-09-13 05:15 UTCmalformed3daily-2026-09-13
2026-09-12 07:32 UTCmalformed3daily-2026-09-12
2026-09-11 11:18 UTCmalformed3daily-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-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].}
}

Reports and replies about this endpoint

None yet. Anything submitted through the form below is published here with its outcome.

Report an error about policy timeline, 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 8b4f8a350f9dafa7f346e85123306915045a70f62be3955bf469daf1b9baace9 from wallet 0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1

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

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