{
  "x402Version": 2,
  "id": 819,
  "slug": "819",
  "resource": "https://keyronne.com/api/hash",
  "description": "Compute cryptographic digests and HMACs deterministically: MD5, SHA-1, SHA-256, SHA-384, SHA-512, output as hex, base64, or base64url. Add a \"key\" for HMAC. Built for checksums, content addressing, and signature verification. Inputs are hashed and discarded. POST a JSON body like: {\"text\":\"hello world\",\"algorithm\":\"sha256\",\"encoding\":\"hex\"}",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "algorithm": "sha256",
            "encoding": "hex",
            "text": "hello world"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "algorithm": "sha256",
            "encoding": "hex",
            "hash": "b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9",
            "input": {
              "length": 11
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "algorithm": {
                    "default": "sha256",
                    "enum": [
                      "md5",
                      "sha1",
                      "sha256",
                      "sha384",
                      "sha512"
                    ],
                    "type": "string"
                  },
                  "encoding": {
                    "default": "hex",
                    "enum": [
                      "hex",
                      "base64",
                      "base64url"
                    ],
                    "type": "string"
                  },
                  "key": {
                    "description": "If present, compute HMAC-<algorithm> with this key instead of a plain hash.",
                    "type": "string"
                  },
                  "text": {
                    "description": "The data to hash.",
                    "type": "string"
                  }
                },
                "required": [
                  "text"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "type": "object"
          },
          "output": {
            "properties": {
              "algorithm": {
                "type": "string"
              },
              "encoding": {
                "type": "string"
              },
              "hash": {
                "type": "string"
              },
              "hmac": {
                "type": "boolean"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "keyronne.com",
  "lastUpdated": "2026-08-28T10:44:41.736Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-28T10:44:41.528Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "keyronne.com",
    "manifest_name": "keyronne.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"
  }
}