{
  "x402Version": 2,
  "id": 15298,
  "slug": "15298",
  "resource": "https://netz.halowerk.com/v1/modbus-decode",
  "description": "Parses one frame up to 4096 bytes without contacting equipment. Modbus TCP includes MBAP fields and length validation; RTU includes CRC-16 validation; common function codes expose addresses, quantities, register values, bits and exceptions. OPC UA TCP exposes message/chunk headers and HEL/ACK negotiation fields. Register scaling, byte order beyond the protocol, device maps and vendor semantics are not guessed.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "direction": "request",
            "protocol": "modbus_tcp",
            "raw_hex": "000100000006010300000002"
          },
          "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": {
                  "direction": {
                    "default": "auto",
                    "enum": [
                      "request",
                      "response",
                      "auto"
                    ],
                    "type": "string"
                  },
                  "protocol": {
                    "enum": [
                      "modbus_tcp",
                      "modbus_rtu",
                      "opcua_tcp"
                    ],
                    "type": "string"
                  },
                  "raw_hex": {
                    "maxLength": 12288,
                    "minLength": 8,
                    "type": "string"
                  }
                },
                "required": [
                  "protocol",
                  "raw_hex"
                ],
                "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": "netz.halowerk.com",
  "lastUpdated": "2026-08-25T12:12:01.071Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-25T12:12:00.611Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "netz.halowerk.com",
    "manifest_name": "netz.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"
  }
}