mirrored listing x402 eip155:8453

Clean and canonicalize JSON, then independently verify the output is stable and idempotent

Clean and canonicalize JSON, then independently verify the output is stable and idempotent.

Do you run humanmirror.fr? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-14
updated

Provider

humanmirror.fr · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x48096526488f2D51df6bcA1B1f3A3639986cc3dD",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "input": {
            "example": "replace with task input"
          }
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "ok": true,
          "product": "HumanMirror Clean JSON",
          "status": "verified_success"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "criteria": {
                  "description": "Optional deterministic acceptance criteria.",
                  "type": "object"
                },
                "input": {
                  "description": "JSON-serializable input for this deterministic outcome."
                },
                "options": {
                  "description": "Optional tool-specific options.",
                  "type": "object"
                }
              },
              "required": [
                "input"
              ],
              "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"
        },
        "output": {
          "additionalProperties": false,
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "humanmirrorLoop": {
    "context_header": "X-HumanMirror-Context",
    "continue_header": "X-HumanMirror-Loop",
    "manifest": "https://humanmirror.fr/.well-known/mirror-loop.json",
    "optional": true,
    "portability": "optional; omitting the token never blocks a HumanMirror product",
    "privacy": "stateless continuity token; request and response payloads are not stored in Mirror Loop",
    "product_key": "clean_json",
    "protocol": "humanmirror-mirror-loop/1"
  }
}

Use it

curl

curl "https://humanmirror.fr/api/x402/clean-json/"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://humanmirror.fr/api/x402/clean-json/");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://humanmirror.fr/api/x402/clean-json/")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/6813.json, and this resource appears in /discovery/resources and /discovery/search.