passlisted in Coinbasecounted above 0% of Other
0.05 USDC
per call, as the listing declares it on eip155:
- Validation state
- pass
- Uptime, 7 / 30 / 90 days
- 100% / 100% / 100%
- Calls, trailing 30 days
- 1
- Unique payers, trailing 30 days
- 1
- Last called
- 2026-09-01 08:38 UTC
- First observed by TOLLderived
- 2026-09-10
- Pricederived
- 0.05 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.
TOLL files csv integrity under the "other" category: a POST endpoint on foundry-csv-pipeline-integrity-mainnet.inference-chip-index.workers.dev, listed in the Coinbase registry.
csv integrity is priced at 0.05 USDC on Base.
Requests carry a json body with the fields schema, currentCsv and baselineCsv.
csv integrity returns json; the example shows reasons, service, version, findings, comparison, overallResult and 2 others.
csv integrity answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.
csv integrity is the only listed endpoint on foundry-csv-pipeline-integrity-mainnet.inference-chip-index.workers.dev.
In the trailing 30 days: one call, one payer.
csv integrity was last called 14 days before the snapshot.
Closest in price to csv integrity within the "other" category: research person at win.oneshotagent.com and solana instasaves at grov.fun.
csv integrity is near the top of prices in the "other" category; 90% of comparable listings are cheaper.
The wallet paid by csv integrity is the payee of 10 endpoints across 5 hosts.
Seller tags: csv-pipeline-validation, data-pipeline-integrity, csv-schema-drift and breaking-data-changes.
The price of csv integrity is declared by 80 other listings in the "other" category 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.05 USDC | exact | 0x25e824…6a9608 |
the checks, as of 2026-09-15 06:11 UTC · method · pinnableendpoint answered HTTP 402
No named check failed.
Every sweep that observed this endpoint, newest first.
| observed, UTC | state | failed checks | sweep |
|---|---|---|---|
| 2026-09-15 06:11 UTC | pass | 0 | daily-2026-09-15 |
| 2026-09-14 05:42 UTC | pass | 0 | daily-2026-09-14 |
| 2026-09-13 05:35 UTC | pass | 0 | daily-2026-09-13 |
| 2026-09-12 07:52 UTC | pass | 0 | daily-2026-09-12 |
| 2026-09-11 11:45 UTC | pass | 0 | 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-09-01 08:38 UTC · method · live
The input and output block
{
"input": {
"body": {
"schema": {
"columns": [
{
"name": "id",
"type": "integer",
"nullable": false,
"required": true
},
{
"name": "name",
"type": "string",
"nullable": false,
"required": true
},
{
"name": "amount",
"type": "number",
"nullable": false,
"required": true
}
],
"requireOrder": true,
"allowAdditionalColumns": false
},
"currentCsv": "id,name,amount\n1,Ada,10\n2,Lin,unknown\n",
"baselineCsv": "id,name,amount\n1,Ada,10\n2,Lin,20\n"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"reasons": [
"INFERRED_TYPE_CHANGE",
"SCHEMA_CURRENT_TYPE_MISMATCH"
],
"service": "csv_pipeline_integrity",
"version": "csv-integrity-v1.0.0",
"findings": [
{
"code": "INFERRED_TYPE_CHANGE",
"action": "BLOCK_PIPELINE",
"column": "amount",
"message": "Column amount changed inferred type from integer to string.",
"category": "TYPE",
"evidence": {
"currentType": "string",
"baselineType": "integer"
},
"severity": "HIGH"
},
{
"code": "SCHEMA_CURRENT_TYPE_MISMATCH",
"action": "BLOCK_PIPELINE",
"column": "amount",
"message": "current column amount does not conform to type number.",
"category": "SCHEMA",
"evidence": {
"expectedType": "number",
"observedType": "string"
},
"severity": "HIGH"
}
],
"comparison": {
"rowDelta": 0,
"columnDelta": 0,
"addedColumns": [],
"removedColumns": [],
"reorderedColumns": [],
"missingRateChanges": [
{
"delta": 0,
"column": "id",
"current": 0,
"baseline": 0
},
{
"delta": 0,
"column": "name",
"current": 0,
"baseline": 0
},
{
"delta": 0,
"column": "amount",
"current": 0,
"baseline": 0
}
],
"duplicateRateChange": {
"delta": 0,
"current": 0,
"baseline": 0
},
"inferredTypeChanges": [
{
"column": "amount",
"current": "string",
"baseline": "integer"
}
],
"malformedRowRateChange": {
"delta": 0,
"current": 0,
"baseline": 0
}
},
"overallResult": "FAIL",
"currentProfile": {
"columns": [
{
"name": "id",
"position": 0,
"missingRate": 0,
"uniqueCount": 2,
"inferredType": "integer",
"missingCount": 0,
"sampleValues": [
"1",
"2"
]
},
{
"name": "name",
"position": 1,
"missingRate": 0,
"uniqueCount": 2,
"inferredType": "string",
"missingCount": 0,
"sampleValues": [
"Ada",
"Lin"
]
},
{
"name": "amount",
"position": 2,
"missingRate": 0,
"uniqueCount": 2,
"inferredType": "string",
"missingCount": 0,
"sampleValues": [
"10",
"unknown"
]
}
],
"headers": [
"id",
"name",
"amount"
],
"rowCount": 2,
"columnCount": 3,
"blankRowCount": 0,
"duplicateRowRate": 0,
"malformedRowRate": 0,
"duplicateRowCount": 0,
"malformedRowCount": 0
},
"recommendation": "BLOCK_PIPELINE",
"baselineProfile": {
"columns": [
{
"name": "id",
"position": 0,
"missingRate": 0,
"uniqueCount": 2,
"inferredType": "integer",
"missingCount": 0,
"sampleValues": [
"1",
"2"
]
},
{
"name": "name",
"position": 1,
"missingRate": 0,
"uniqueCount": 2,
"inferredType": "string",
"missingCount": 0,
"sampleValues": [
"Ada",
"Lin"
]
},
{
"name": "amount",
"position": 2,
"missingRate": 0,
"uniqueCount": 2,
"inferredType": "integer",
"missingCount": 0,
"sampleValues": [
"10",
"20"
]
}
],
"headers": [
"id",
"name",
"amount"
],
"rowCount": 2,
"columnCount": 3,
"blankRowCount": 0,
"duplicateRowRate": 0,
"malformedRowRate": 0,
"duplicateRowCount": 0,
"malformedRowCount": 0
},
"breakingChanges": [
{
"code": "INFERRED_TYPE_CHANGE",
"action": "BLOCK_PIPELINE",
"column": "amount",
"message": "Column amount changed inferred type from integer to string.",
"category": "TYPE",
"evidence": {
"currentType": "string",
"baselineType": "integer"
},
"severity": "HIGH"
},
{
"code": "SCHEMA_CURRENT_TYPE_MISMATCH",
"action": "BLOCK_PIPELINE",
"column": "amount",
"message": "current column amount does not conform to type number.",
"category": "SCHEMA",
"evidence": {
"expectedType": "number",
"observedType": "string"
},
"severity": "HIGH"
}
],
"schemaConformance": {
"current": "FAIL",
"baseline": "PASS",
"supplied": true,
"violations": 1
},
"processingLatencyMs": 0,
"analysisCompleteness": "FULL"
}
}
}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, "csv integrity on foundry-csv-pipeline-integrity-mainnet.inference-chip-index.workers.dev", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/foundry-csv-pipeline-integrity-mainnet-inference-chip-index-workers-dev-v1-csv-i-acf6d8/at/2026-09-15T16-57Z. Accessed [access date].
BibTeX
@misc{toll-e-foundry-csv-pipeline-integrity-mainnet-inference-chip-index-workers-dev-v1-csv-i-acf6d8-2026-09-15T16-57Z,
author = {TOLL},
title = {csv integrity on foundry-csv-pipeline-integrity-mainnet.inference-chip-index.workers.dev},
howpublished = {\url{https://tollindex.com/e/foundry-csv-pipeline-integrity-mainnet-inference-chip-index-workers-dev-v1-csv-i-acf6d8/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.