{"api":"v1","generated_at":"2026-09-15T19:46:48.560Z","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/agent-halowerk-com-v1-twin-diff-bf0688","pinned_page":"https://tollindex.com/e/agent-halowerk-com-v1-twin-diff-bf0688/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":"agent-halowerk-com-v1-twin-diff-bf0688","canonical_url":"https://agent.halowerk.com/v1/twin-diff","resource":"https://agent.halowerk.com/v1/twin-diff","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Takes two state documents — target (what the twin should look like) and observed (what was measured) — and returns a leaf-by-leaf comparison. Every leaf path carries one of five states: in_tolerance, out_of_tolerance, missing_in_observed, unexpected_in_observed or type_mismatch.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-14T20:03:06.960Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"twin diff","category":"other","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":2,"unique_payers_30d":2,"last_called_at":"2026-09-14T20:03:06.399Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:24:56.463Z","state":"pass","failed_checks":["bazaar.info.output"],"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-15T06:24:56.463Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:54:25.448Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:47:05.897Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T08:04:18.852Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T12:01:11.102Z","state":"pass","failed_checks":["bazaar.info.output"],"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-14T20:03:06.399Z","l30DaysTotalCalls":2,"l30DaysUniquePayers":2},"resource":"https://agent.halowerk.com/v1/twin-diff","extensions":{"bazaar":{"info":{"input":{"body":{"target":{"pump":{"running":true,"pressure_bar":4},"site":{"radius_km":12},"firmware":"2.4.1"},"observed":{"pump":{"running":true,"pressure_bar":4.15},"site":{"radius_km":12.4},"firmware":"2.3.9"},"tolerances":[{"unit":"bar","field":"/pump/pressure_bar","tolerance_abs":0.2},{"unit":"km","field":"/site/radius_km","tolerance_ratio":0.01}],"default_tolerance_ratio":0},"type":"http","method":"POST","bodyType":"json"}},"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":["target","observed"],"properties":{"target":{"type":"object","description":"The desired state document (the twin)."},"observed":{"type":"object","description":"The observed state document (the measurement)."},"max_fields":{"type":"integer","default":2000,"maximum":2000,"minimum":1,"description":"Reject the request if the two documents together hold more leaf paths than this."},"tolerances":{"type":"array","items":{"type":"object","required":["field"],"properties":{"unit":{"type":"string","maxLength":32,"description":"Unit of this field, echoed into the result. Declared by you, never inferred."},"field":{"type":"string","maxLength":400,"minLength":1,"description":"Leaf path as it appears in the result, e.g. /pump/pressure_bar. A trailing /* applies the entry to every leaf below that prefix."},"tolerance_abs":{"type":"number","minimum":0,"description":"Absolute tolerance in the unit of this field."},"tolerance_ratio":{"type":"number","maximum":1,"minimum":0,"description":"Relative tolerance as a ratio of the larger of the two values."}},"additionalProperties":false},"maxItems":200,"description":"Per-path tolerances. Give tolerance_abs or tolerance_ratio, not both."},"ignore_fields":{"type":"array","items":{"type":"string","maxLength":400,"minLength":1},"maxItems":200,"description":"Paths to leave out of the comparison. A trailing /* ignores everything below that prefix."},"default_tolerance_ratio":{"type":"number","default":0,"maximum":1,"minimum":0,"description":"Relative tolerance for numeric paths without their own entry. 0 means exact equality."},"case_insensitive_strings":{"type":"boolean","default":false,"description":"Compare string leaves without regard to case."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}}}},"description":"Takes two state documents — target (what the twin should look like) and observed (what was measured) — and returns a leaf-by-leaf comparison. Every leaf path carries one of five states: in_tolerance, out_of_tolerance, missing_in_observed, unexpected_in_observed or type_mismatch.","lastUpdated":"2026-09-14T20:03:06.96Z","x402Version":2}]}}