{"api":"v1","generated_at":"2026-09-16T00:53:13.922Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/foundry-csv-drift-evidence-mainnet-inference-chip-index-workers-dev-v1-csv-drift-6c903f","pinned_page":"https://tollindex.com/e/foundry-csv-drift-evidence-mainnet-inference-chip-index-workers-dev-v1-csv-drift-6c903f/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"foundry-csv-drift-evidence-mainnet-inference-chip-index-workers-dev-v1-csv-drift-6c903f","canonical_url":"https://foundry-csv-drift-evidence-mainnet.inference-chip-index.workers.dev/v1/csv/drift","resource":"https://foundry-csv-drift-evidence-mainnet.inference-chip-index.workers.dev/v1/csv/drift","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Compare a caller-supplied candidate CSV with a caller-supplied known-good baseline and return deterministic structural drift evidence.","service_name":"CSV Drift Evidence","declared_category":null,"declared_tags":["csv","data-quality","schema-drift","etl","deterministic"],"route_template":null,"registry_updated":"2026-09-01T07:38:42.419Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"csv drift","category":"other","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.015 USDC","amount_units":0.015,"decimals_known":true,"pay_to":"0x25e8245f07d5e4873987293dad666afbe56a9608","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":2,"unique_payers_30d":2,"last_called_at":"2026-09-01T07:38:41.632Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:26:01.846Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T05:26:01.846Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:00:11.191Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:56:44.766Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:12:58.750Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:52:47.436Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x25e8245f07d5e4873987293dad666afbe56a9608","page":"https://tollindex.com/seller/0x25e8245f07d5e4873987293dad666afbe56a9608","endpoints":10,"hosts":5},"reports":0,"registry_record":{"cdp":[{"tags":["csv","data-quality","schema-drift","etl","deterministic"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x25e8245f07d5e4873987293dad666afbe56a9608","amount":"15000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-09-01T07:38:41.632Z","l30DaysTotalCalls":2,"l30DaysUniquePayers":2},"resource":"https://foundry-csv-drift-evidence-mainnet.inference-chip-index.workers.dev/v1/csv/drift","extensions":{"bazaar":{"info":{"input":{"body":{"baselineCsv":"id,score,region\n1,0.7,AU\n2,0.9,US\n","candidateCsv":"id,score,region,source\n3,1.2,,api\n4,0.8,AU,api\n","allowedNewColumns":["source"],"numericRangeColumns":["score"],"missingRateReviewDelta":0.1},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"score":88,"product":"csv-drift-evidence","version":"1.0.0","disposition":"REVIEW","typeChanges":[],"addedColumns":["source"],"baselineRows":2,"candidateRows":2,"removedColumns":[],"reorderedColumns":false,"missingRateChanges":[{"delta":0.5,"column":"region","baseline":0,"candidate":0.5}],"evidenceFingerprint":"15a1c350fa3d73358e9e0d846942c90e31a8923cbf6f41bcb2c10030505357a3","disallowedAddedColumns":[],"numericRangeExcursions":[{"above":1,"below":0,"column":"score","baselineMaximum":0.9,"baselineMinimum":0.7}]}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["baselineCsv","candidateCsv"],"properties":{"baselineCsv":{"type":"string","maxLength":250000,"minLength":1,"description":"Known-good CSV including one header row."},"candidateCsv":{"type":"string","maxLength":250000,"minLength":1,"description":"Candidate CSV to compare with the baseline."},"allowedNewColumns":{"type":"array","items":{"type":"string","maxLength":256,"minLength":1},"maxItems":200,"description":"New candidate columns that should not reduce the score.","uniqueItems":true},"numericRangeColumns":{"type":"array","items":{"type":"string","maxLength":256,"minLength":1},"maxItems":200,"description":"Baseline numeric columns whose observed range should be checked.","uniqueItems":true},"missingRateReviewDelta":{"type":"number","default":0.1,"maximum":1,"minimum":0,"description":"Absolute missing-rate change that is reported for review."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["product","version","disposition","score","baselineRows","candidateRows","removedColumns","addedColumns","disallowedAddedColumns","reorderedColumns","typeChanges","missingRateChanges","numericRangeExcursions","evidenceFingerprint"],"properties":{"score":{"type":"integer","maximum":100,"minimum":0},"product":{"type":"string","const":"csv-drift-evidence"},"version":{"type":"string","const":"1.0.0"},"disposition":{"enum":["PASS","REVIEW","FAIL"],"type":"string"},"typeChanges":{"type":"array","items":{"type":"object","required":["column","baseline","candidate"],"properties":{"column":{"type":"string"},"baseline":{"type":"string"},"candidate":{"type":"string"}},"additionalProperties":false}},"addedColumns":{"type":"array","items":{"type":"string"}},"baselineRows":{"type":"integer","maximum":20000,"minimum":0},"candidateRows":{"type":"integer","maximum":20000,"minimum":0},"removedColumns":{"type":"array","items":{"type":"string"}},"reorderedColumns":{"type":"boolean"},"missingRateChanges":{"type":"array","items":{"type":"object","required":["column","baseline","candidate","delta"],"properties":{"delta":{"type":"number"},"column":{"type":"string"},"baseline":{"type":"number"},"candidate":{"type":"number"}},"additionalProperties":false}},"evidenceFingerprint":{"type":"string","pattern":"^[0-9a-f]{64}$"},"disallowedAddedColumns":{"type":"array","items":{"type":"string"}},"numericRangeExcursions":{"type":"array","items":{"type":"object","required":["column","baselineMinimum","baselineMaximum","below","above"],"properties":{"above":{"type":"integer","minimum":0},"below":{"type":"integer","minimum":0},"column":{"type":"string"},"baselineMaximum":{"type":"number"},"baselineMinimum":{"type":"number"}},"additionalProperties":false}}},"additionalProperties":false}}}}}}},"description":"Compare a caller-supplied candidate CSV with a caller-supplied known-good baseline and return deterministic structural drift evidence.","lastUpdated":"2026-09-01T07:38:42.419Z","serviceName":"CSV Drift Evidence","x402Version":2}]}}