{
  "x402Version": 2,
  "id": 7089,
  "slug": "7089",
  "resource": "https://oraclepost.higgsfield.app/api/ens",
  "description": "ENS/basename name tools (pure computation): the namehash and labelhashes of a name, and its normalized form. POST JSON {\"name\": \"alice.base.eth\"}. Useful to build resolver calls yourself. Nothing stored, no cache.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xF57dC3FBa89260A8126cbD190F44a6248E650b22",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "bodyFields": {
            "name": "A dotted name, e.g. alice.base.eth"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "labelhashes": [
              "0x…",
              "0x…",
              "0x…"
            ],
            "labels": [
              "alice",
              "base",
              "eth"
            ],
            "name": "alice.base.eth",
            "namehash": "0x…"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "bodyFields": {
                "properties": {
                  "name": {
                    "description": "A dotted name, e.g. alice.base.eth",
                    "type": "string"
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "bodyType": {
                "const": "json"
              },
              "method": {
                "const": "POST"
              },
              "type": {
                "const": "http"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {},
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "oraclepost.higgsfield.app",
  "lastUpdated": "2026-09-17T09:34:52.009Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T09:34:51.325Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "oraclepost.higgsfield.app",
    "manifest_name": "oraclepost.higgsfield.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}