mirrored listing x402 eip155:8453

Check declared publication views before release

Check declared publication views before release. Compare 2-8 article, registry and API views against canonical URL, content, release and source-set digests; flag stale, withdrawn or substituted views. No live fetch, release promotion or semantic content verification.

Do you run www.mahastrategies.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
22000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-13
updated

Provider

www.mahastrategies.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "canonicalUrl": "https://www.mahastrategies.com/synthetic-not-a-live-page",
          "contentDigest": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
          "dataClass": "synthetic",
          "releaseDigest": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
          "sourceSetDigest": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
          "views": [
            {
              "canonicalUrl": "https://www.mahastrategies.com/synthetic-not-a-live-page",
              "contentDigest": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
              "kind": "article",
              "releaseDigest": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
              "sourceSetDigest": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
              "status": "active",
              "viewId": "article"
            },
            {
              "canonicalUrl": "https://www.mahastrategies.com/synthetic-not-a-live-page",
              "contentDigest": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
              "kind": "registry",
              "releaseDigest": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
              "sourceSetDigest": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
              "status": "active",
              "viewId": "registry"
            },
            {
              "canonicalUrl": "https://www.mahastrategies.com/synthetic-not-a-live-page",
              "contentDigest": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
              "kind": "api",
              "releaseDigest": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
              "sourceSetDigest": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
              "status": "active",
              "viewId": "api"
            }
          ]
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "amountBaseUnits": "22000",
          "boundaries": [
            "Public or synthetic inputs only. Caller labels are declarations,…"
          ],
          "inputDigest": "sha256:7aa0144d675c56b3b61cfe73476c3544ee088a37ba3d957070e1daaa1…",
          "offerId": "publication-bundle-consistency",
          "receiptDigest": "sha256:6ea9740918515a09f2c183d638847f186e0d89c414533e6802ab43cb3…",
          "result": {
            "consistent": true,
            "liveFetchPerformed": false,
            "missingKinds": [],
            "releaseCreated": false,
            "views": [
              {
                "mismatches": [],
                "viewId": "api"
              }
            ]
          },
          "version": "maha-microproducts/0.1"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "canonicalUrl": {
                  "maxLength": 512,
                  "minLength": 1,
                  "type": "string"
                },
                "contentDigest": {
                  "maxLength": 71,
                  "type": "string"
                },
                "dataClass": {
                  "enum": [
                    "public",
                    "synthetic"
                  ],
                  "type": "string"
                },
                "releaseDigest": {
                  "maxLength": 71,
                  "type": "string"
                },
                "sourceSetDigest": {
                  "maxLength": 71,
                  "type": "string"
                },
                "views": {
                  "maxItems": 8,
                  "minItems": 1,
                  "type": "array"
                }
              },
              "required": [
                "dataClass",
                "canonicalUrl",
                "contentDigest",
                "releaseDigest",
                "sourceSetDigest",
                "views"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "additionalProperties": false,
              "properties": {
                "amountBaseUnits": {
                  "enum": [
                    "22000"
                  ],
                  "type": "string"
                },
                "boundaries": {
                  "maxItems": 128,
                  "minItems": 0,
                  "type": "array"
                },
                "inputDigest": {
                  "maxLength": 71,
                  "type": "string"
                },
                "offerId": {
                  "enum": [
                    "publication-bundle-consistency"
                  ],
                  "type": "string"
                },
                "receiptDigest": {
                  "maxLength": 71,
                  "type": "string"
                },
                "result": {
                  "type": "object"
                },
                "version": {
                  "enum": [
                    "maha-microproducts/0.1"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "version",
                "offerId",
                "amountBaseUnits",
                "inputDigest",
                "result",
                "boundaries",
                "receiptDigest"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "declaration-integrity": {
    "canonicalResource": "https://www.mahastrategies.com/api/v1/micro/publication-bundle-consistency",
    "declarationDigest": "sha256:28852f9ce84d850d99f4cbd3d2cb763713c93d0677d0a098ae14c7a5edbf9e42",
    "metadataVersion": "2026-08-10"
  },
  "maha-offer": {
    "amount": "22000",
    "asset": "USDC",
    "assetDecimals": 6,
    "canonicalResource": "https://www.mahastrategies.com/api/v1/micro/publication-bundle-consistency",
    "declarationInline": "compact",
    "declarationUrl": "https://www.mahastrategies.com/api/discovery/x402-offers/publication-bundle-consistency",
    "fullSourceTextStored": false,
    "maxRequestBytes": 32768,
    "method": "POST",
    "network": "eip155:8453",
    "offerId": "publication-bundle-consistency",
    "payableInProduction": true,
    "status": "available",
    "verbatimExcerptsRetained": false
  }
}

Use it

curl

curl "https://www.mahastrategies.com/api/v1/micro/publication-bundle-consistency"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://www.mahastrategies.com/api/v1/micro/publication-bundle-consistency");
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://www.mahastrategies.com/api/v1/micro/publication-bundle-consistency")
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/1419.json, and this resource appears in /discovery/resources and /discovery/search.