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-12 06:00 UTC
- First observed by TOLLderived
- 2026-09-10
- Pricederived
- 0.02 USDC
- Networks
- 1
How has the volume on this endpoint moved?
On 2026-09-15, releases velocity returned 402 but failed the required checks bazaar.schema and parse.
For releases velocity the failing check asks whether a Bazaar JSON schema is present.
releases velocity, a GET endpoint on tensorfeed.ai, appears in the Coinbase registry; TOLL's taxonomy puts it in inference.
On Base, releases velocity asks 0.02 USDC per call.
Requests carry the query parameters category, ecosystem and min_releases_7d.
A response from releases velocity, as declared, includes ok, rows, filter, billing, summary, capturedAt and 2 others.
releases velocity drew a single call from a single payer in the trailing 30 days.
The last call to releases velocity came 4 days before the snapshot, 2026-09-12.
Of tensorfeed.ai's 8 listings, releases velocity ranks tied 6th by calls with 2 others.
3% of the host's counted calls go to it.
releases velocity is priced above 64% of comparable listings in inference.
Closest in price to releases velocity within inference: chat encrypted at x402-api.aubr.ai and chat completions at agent402.tools.
The wallet paid by releases velocity is the payee of 8 endpoints on one host.
The listing for releases velocity fails only advisory checks about output metadata; the verdict is unaffected.
The price of releases velocity is declared by 101 other listings in inference too.
the payment options, as of 2026-09-15 21:20 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:46 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:46 UTC | malformed | 3 | daily-2026-09-15 |
| 2026-09-14 05:19 UTC | malformed | 3 | daily-2026-09-14 |
| 2026-09-13 05:15 UTC | malformed | 3 | daily-2026-09-13 |
| 2026-09-12 07:31 UTC | malformed | 3 | daily-2026-09-12 |
| 2026-09-11 11:17 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:12 UTC · method · live
The input and output block
{
"input": {
"type": "http",
"method": "GET",
"queryFields": {
"category": {
"type": "string",
"example": "agent-framework"
},
"ecosystem": {
"type": "string",
"example": "PyPI"
},
"min_releases_7d": {
"type": "integer",
"example": 1
}
},
"queryParams": {
"category": "agent-framework",
"ecosystem": "PyPI",
"min_releases_7d": 1
}
},
"output": {
"type": "json",
"schema": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"package": {
"type": "string",
"example": "langchain"
},
"category": {
"type": "string",
"example": "agent-framework"
},
"homepage": {
"type": "string",
"example": "https://langchain.com"
},
"ecosystem": {
"type": "string",
"example": "PyPI"
},
"releases_7d": {
"type": "integer",
"example": 3
},
"releases_24h": {
"type": "integer",
"example": 1
},
"releases_30d": {
"type": "integer",
"example": 9
},
"latest_version": {
"type": "string",
"example": "0.4.0"
},
"latest_bump_kind": {
"type": "string",
"example": "major"
},
"previous_version": {
"type": "string",
"example": "0.3.27"
},
"days_since_latest": {
"type": "integer",
"example": 1
},
"is_breaking_recent": {
"type": "boolean"
},
"latest_published_at": {
"type": "string",
"example": "2026-05-23T19:14:11Z"
},
"versions_known_total": {
"type": "integer",
"example": 412
}
}
}
},
"filter": {
"type": "object",
"properties": {
"package": {
"type": "null"
},
"category": {
"type": "string",
"example": "agent-framework"
},
"ecosystem": {
"type": "string",
"example": "PyPI"
},
"min_releases_7d": {
"type": "integer",
"example": 1
}
}
},
"billing": {
"type": "object",
"properties": {
"credits_charged": {
"type": "integer",
"example": 1
},
"credits_remaining": {
"type": "integer",
"example": 49
}
}
},
"summary": {
"type": "object",
"properties": {
"by_category": {
"type": "object",
"properties": {
"agent-framework": {
"type": "integer",
"example": 12
}
}
},
"by_bump_kind": {
"type": "object",
"properties": {
"major": {
"type": "integer",
"example": 1
},
"minor": {
"type": "integer",
"example": 4
},
"patch": {
"type": "integer",
"example": 5
},
"unknown": {
"type": "integer",
"example": 1
},
"sideways": {
"type": "integer",
"example": 0
},
"prerelease": {
"type": "integer",
"example": 1
}
}
},
"by_ecosystem": {
"type": "object",
"properties": {
"npm": {
"type": "integer",
"example": 0
},
"PyPI": {
"type": "integer",
"example": 12
}
}
},
"total_releases_7d": {
"type": "integer",
"example": 18
},
"total_releases_30d": {
"type": "integer",
"example": 47
},
"breaking_changes_30d": {
"type": "integer",
"example": 2
}
}
},
"capturedAt": {
"type": "string",
"example": "2026-05-24T18:35:00Z"
},
"notable_movers": {
"type": "object",
"properties": {
"most_releases_7d": {
"type": "array"
},
"recent_major_bumps": {
"type": "array"
},
"fastest_cadence_30d": {
"type": "array"
}
}
},
"packages_in_snapshot": {
"type": "integer",
"example": 12
},
"snapshot_captured_at": {
"type": "string",
"example": "2026-05-24T18:35:00Z"
}
}
},
"example": {
"ok": true,
"rows": [
{
"package": "langchain",
"category": "agent-framework",
"homepage": "https://langchain.com",
"ecosystem": "PyPI",
"releases_7d": 3,
"releases_24h": 1,
"releases_30d": 9,
"latest_version": "0.4.0",
"latest_bump_kind": "major",
"previous_version": "0.3.27",
"days_since_latest": 1,
"is_breaking_recent": true,
"latest_published_at": "2026-05-23T19:14:11Z",
"versions_known_total": 412
}
],
"filter": {
"package": null,
"category": "agent-framework",
"ecosystem": "PyPI",
"min_releases_7d": 1
},
"billing": {
"credits_charged": 1,
"credits_remaining": 49
},
"summary": {
"by_category": {
"agent-framework": 12
},
"by_bump_kind": {
"major": 1,
"minor": 4,
"patch": 5,
"unknown": 1,
"sideways": 0,
"prerelease": 1
},
"by_ecosystem": {
"npm": 0,
"PyPI": 12
},
"total_releases_7d": 18,
"total_releases_30d": 47,
"breaking_changes_30d": 2
},
"capturedAt": "2026-05-24T18:35:00Z",
"notable_movers": {
"most_releases_7d": [],
"recent_major_bumps": [],
"fastest_cadence_30d": []
},
"packages_in_snapshot": 12,
"snapshot_captured_at": "2026-05-24T18:35:00Z"
}
}
}Cite this page
The pinned URL below renders this page from the snapshot of 2026-09-15 21:20 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).
Plain text
TOLL, "releases velocity on tensorfeed.ai", snapshot of 2026-09-15 21:20 UTC. https://tollindex.com/e/tensorfeed-ai-api-premium-packages-releases-velocity-8abfca/at/2026-09-15T21-20Z. Accessed [access date].
BibTeX
@misc{toll-e-tensorfeed-ai-api-premium-packages-releases-velocity-8abfca-2026-09-15T21-20Z,
author = {TOLL},
title = {releases velocity on tensorfeed.ai},
howpublished = {\url{https://tollindex.com/e/tensorfeed-ai-api-premium-packages-releases-velocity-8abfca/at/2026-09-15T21-20Z}},
year = {2026},
month = {9},
note = {Pinned view of the snapshot of 2026-09-15 21:20 UTC. Accessed [access date].}
}None yet. Anything submitted through the form below is published here with its outcome.