mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

The dispute pack: the series, the contradiction stated, a SHA-256 digest and an attestatio

The dispute pack: the series, the contradiction stated, a SHA-256 digest and an attestation

Do you run 10x402.com? 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
120000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-02
updated

Provider

10x402.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x885E7BEF433eb78F5976b28A7c10739c98DB11E5",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "120000",
    "maxTimeoutSeconds": 60
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "6Cg4g7rXQApimMc9wVJGLLZfHsvbwGpGrUpGDgyJ2RaP",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "120000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": "{\"host\":\"10x402.com\"}",
        "bodyType": "text",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": "{\"example\":\"published in full, free, at the url below\",\"reason\":\"this endpoint's worked example is 5838 bytes — more than a response header should carry, and this envelope rides in one on every unpaid call\",\"full_example\":\"https://10x402.com/samples/monitor-receipt.json\",\"note\":\"the same sample input, through the same code path, generated by the same build\"}",
        "format": "application/json",
        "type": "text"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "description": "a JSON object: { \"host\": \"socialx402.com\" } — the same subject form as /monitor/verdict. A bare 0x… wallet subject holds readings but can never hold probes, so its pack carries no probe evidence, up to 256 KB",
              "maxLength": 262144,
              "type": "string"
            },
            "bodyType": {
              "const": "text",
              "type": "string"
            },
            "method": {
              "const": "POST",
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "additionalProperties": false,
          "properties": {
            "example": {
              "description": "the sample request body above, actually run through this endpoint — or, when that run is larger than a response header should carry, an object naming its size and the free URL it is published at in full",
              "type": "string"
            },
            "format": {
              "const": "application/json",
              "description": "a JSON dispute pack: issued_at, the contradiction statement, the full series, the attestation, and a SHA-256 digest with the canonicalisation rule to recompute it. NULL and 0 are different claims throughout: NULL means no row or never asked; 0 means a real zero, or asked with no HTTP answer",
              "type": "string"
            },
            "type": {
              "const": "text",
              "type": "string"
            }
          },
          "required": [
            "type",
            "format"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://10x402.com/monitor/receipt"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://10x402.com/monitor/receipt");
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://10x402.com/monitor/receipt")
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/8295.json, and this resource appears in /discovery/resources and /discovery/search.