{"api":"v1","generated_at":"2026-09-15T18:53:15.328Z","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/modell-halowerk-com-v1-drift-check-774b0f","pinned_page":"https://tollindex.com/e/modell-halowerk-com-v1-drift-check-774b0f/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"modell-halowerk-com-v1-drift-check-774b0f","canonical_url":"https://modell.halowerk.com/v1/drift-check","resource":"https://modell.halowerk.com/v1/drift-check","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Compares two submitted sample sets feature by feature and returns deterministic drift metrics. Continuous features are binned on the combined value range and receive PSI, Jensen-Shannon divergence and a Kolmogorov-Smirnov statistic; categorical features receive PSI and Jensen-Shannon divergence over exact category labels. The response names every feature, its sample counts, the metric values, the threshold used, and the reason a feature was flagged.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-14T19:56:31.869Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"drift check","category":"inference","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T16:57:44.360Z","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.003 USDC","amount_units":0.003,"decimals_known":true,"pay_to":"0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":3,"unique_payers_30d":3,"last_called_at":"2026-09-14T19:56:31.418Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:33:40.714Z","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:33:40.714Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:07:12.022Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:03:25.386Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:19:34.820Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:01:14.051Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","page":"https://tollindex.com/seller/0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","endpoints":1553,"hosts":67},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","asset":"USDC","version":"2","eip712Domain":{"name":"USD Coin","chainId":8453,"version":"2","verifyingContract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"},"network_name":"Base Mainnet","assetTransferMethod":"eip3009"},"payTo":"0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E","amount":"3000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-14T19:56:31.418Z","l30DaysTotalCalls":3,"l30DaysUniquePayers":3},"resource":"https://modell.halowerk.com/v1/drift-check","extensions":{"bazaar":{"info":{"input":{"body":{"bins":5,"threshold":0.2,"feature_types":{"segment":"categorical","risk_score":"continuous"},"current_samples":{"segment":["retail","smb","smb","enterprise","enterprise","enterprise"],"risk_score":[0.14,0.19,0.23,0.32,0.4,0.44,0.48,0.52]},"reference_samples":{"segment":["retail","retail","smb","smb","enterprise","retail"],"risk_score":[0.12,0.18,0.2,0.21,0.25,0.28,0.31,0.34]}},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"summary":{"threshold":0.2,"features_checked":2,"flagged_features":1},"features":[{"ks":0.5,"psi":0.612345,"type":"continuous","drift":true,"feature":"risk_score","jensen_shannon":0.189}],"drift_detected":true}}},"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":["reference_samples","current_samples"],"properties":{"bins":{"type":"integer","default":10,"maximum":50,"minimum":2,"description":"Number of equal-width bins for continuous features."},"threshold":{"type":"number","default":0.2,"maximum":1,"minimum":0.01,"description":"Drift threshold applied to PSI for the final feature flag."},"feature_types":{"type":"object","description":"Optional explicit feature types keyed by feature name.","maxProperties":50,"additionalProperties":{"enum":["continuous","categorical"],"type":"string"}},"current_samples":{"type":"object","description":"Current samples keyed by the same feature names as reference_samples.","maxProperties":50,"minProperties":1,"additionalProperties":{"type":"array","items":{"type":["number","string","boolean"]},"maxItems":10000,"minItems":2}},"reference_samples":{"type":"object","description":"Baseline samples keyed by feature name. Each value is an array of finite numbers for continuous features or scalar category labels for categorical features.","maxProperties":50,"minProperties":1,"additionalProperties":{"type":"array","items":{"type":["number","string","boolean"]},"maxItems":10000,"minItems":2}}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}}}},"description":"Compares two submitted sample sets feature by feature and returns deterministic drift metrics. Continuous features are binned on the combined value range and receive PSI, Jensen-Shannon divergence and a Kolmogorov-Smirnov statistic; categorical features receive PSI and Jensen-Shannon divergence over exact category labels. The response names every feature, its sample counts, the metric values, the threshold used, and the reason a feature was flagged.","lastUpdated":"2026-09-14T19:56:31.869Z","x402Version":2}]}}