Check citation metadata before an evidence review
Check citation metadata before an evidence review. Compare up to 20 declared source identities, revisions and locators; return exact mismatches and an integrity receipt. No source retrieval, passage-existence check or claim-support verification.
16000 (raw units)
price
2
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": "16000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"bindings": [
{
"expected": {
"kind": "section",
"sourceId": "synthetic-source",
"sourceRevision": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
"value": "3.2"
},
"observed": {
"kind": "section",
"sourceId": "synthetic-source",
"sourceRevision": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
"value": "3.2"
}
}
],
"dataClass": "synthetic"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"amountBaseUnits": "16000",
"boundaries": [
"Public or synthetic inputs only. Caller labels are declarations,…"
],
"inputDigest": "sha256:5cc2143afd39282519b449f878539adfef4ba365215969c6aa7eb4410…",
"offerId": "citation-binding-check",
"receiptDigest": "sha256:da0e31d42d2da3660b25d85c84460143334ce376ca8e6b966f82c8945…",
"result": {
"allMatch": true,
"checks": [
{
"expectedDigest": "sha256:c4af4e4909bff246132e05e85a4ca943e25ff51788e09e8aa45cfee5c…",
"index": 0,
"matches": true,
"mismatches": [],
"observedDigest": "sha256:c4af4e4909bff246132e05e85a4ca943e25ff51788e09e8aa45cfee5c…"
}
],
"claimSupportVerified": false,
"passageInspected": false
},
"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": {
"bindings": {
"maxItems": 20,
"minItems": 1,
"type": "array"
},
"dataClass": {
"enum": [
"public",
"synthetic"
],
"type": "string"
}
},
"required": [
"dataClass",
"bindings"
],
"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": [
"16000"
],
"type": "string"
},
"boundaries": {
"maxItems": 128,
"minItems": 0,
"type": "array"
},
"inputDigest": {
"maxLength": 71,
"type": "string"
},
"offerId": {
"enum": [
"citation-binding-check"
],
"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/citation-binding-check",
"declarationDigest": "sha256:af124d1b06523b3bbf68118e9cc879b1905dbe78f2597a7ad04ccf2399e4cf7a",
"metadataVersion": "2026-08-10"
},
"maha-offer": {
"amount": "16000",
"asset": "USDC",
"assetDecimals": 6,
"canonicalResource": "https://www.mahastrategies.com/api/v1/micro/citation-binding-check",
"declarationInline": "compact",
"declarationUrl": "https://www.mahastrategies.com/api/discovery/x402-offers/citation-binding-check",
"fullSourceTextStored": false,
"maxRequestBytes": 32768,
"method": "POST",
"network": "eip155:8453",
"offerId": "citation-binding-check",
"payableInProduction": true,
"status": "available",
"verbatimExcerptsRetained": false
}
}Use it
curl
curl "https://www.mahastrategies.com/api/v1/micro/citation-binding-check" # -> 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/citation-binding-check");
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/citation-binding-check")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/1423.json, and this resource appears in /discovery/resources and /discovery/search.