{
  "x402Version": 2,
  "id": 15423,
  "slug": "15423",
  "resource": "https://agent.halowerk.com/v1/twin-diff",
  "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "default_tolerance_ratio": 0,
            "observed": {
              "firmware": "2.3.9",
              "pump": {
                "pressure_bar": 4.15,
                "running": true
              },
              "site": {
                "radius_km": 12.4
              }
            },
            "target": {
              "firmware": "2.4.1",
              "pump": {
                "pressure_bar": 4,
                "running": true
              },
              "site": {
                "radius_km": 12
              }
            },
            "tolerances": [
              {
                "field": "/pump/pressure_bar",
                "tolerance_abs": 0.2,
                "unit": "bar"
              },
              {
                "field": "/site/radius_km",
                "tolerance_ratio": 0.01,
                "unit": "km"
              }
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "case_insensitive_strings": {
                    "default": false,
                    "description": "Compare string leaves without regard to case.",
                    "type": "boolean"
                  },
                  "default_tolerance_ratio": {
                    "default": 0,
                    "description": "Relative tolerance for numeric paths without their own entry. 0 means exact equality.",
                    "maximum": 1,
                    "minimum": 0,
                    "type": "number"
                  },
                  "ignore_fields": {
                    "description": "Paths to leave out of the comparison. A trailing /* ignores everything below that prefix.",
                    "items": {
                      "maxLength": 400,
                      "minLength": 1,
                      "type": "string"
                    },
                    "maxItems": 200,
                    "type": "array"
                  },
                  "max_fields": {
                    "default": 2000,
                    "description": "Reject the request if the two documents together hold more leaf paths than this.",
                    "maximum": 2000,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "observed": {
                    "description": "The observed state document (the measurement).",
                    "type": "object"
                  },
                  "target": {
                    "description": "The desired state document (the twin).",
                    "type": "object"
                  },
                  "tolerances": {
                    "description": "Per-path tolerances. Give tolerance_abs or tolerance_ratio, not both.",
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "field": {
                          "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.",
                          "maxLength": 400,
                          "minLength": 1,
                          "type": "string"
                        },
                        "tolerance_abs": {
                          "description": "Absolute tolerance in the unit of this field.",
                          "minimum": 0,
                          "type": "number"
                        },
                        "tolerance_ratio": {
                          "description": "Relative tolerance as a ratio of the larger of the two values.",
                          "maximum": 1,
                          "minimum": 0,
                          "type": "number"
                        },
                        "unit": {
                          "description": "Unit of this field, echoed into the result. Declared by you, never inferred.",
                          "maxLength": 32,
                          "type": "string"
                        }
                      },
                      "required": [
                        "field"
                      ],
                      "type": "object"
                    },
                    "maxItems": 200,
                    "type": "array"
                  }
                },
                "required": [
                  "target",
                  "observed"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agent.halowerk.com",
  "lastUpdated": "2026-09-14T20:03:06.96Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-14T20:03:06.399Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agent.halowerk.com",
    "manifest_name": "agent.halowerk.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}