Locate a printed pasuram reference in the pinned Project Madurai/Hart atlas
Locate a printed pasuram reference in the pinned Project Madurai/Hart atlas. Resolves one supported number to its complete unit and exact edition-specific locator. No cross-edition renumbering, translation reproduction or single-verse occurrence claim.
36000 (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": "36000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"dataClass": "public",
"editionId": "project-madurai-divya-prabandham-part-4",
"expectedRegistryDigest": "sha256:98f42d289673bcd6e8c4499377fc1599d8e3f62a416cf4ced02ecbb4f3f98274",
"pasuram": 2791
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"amountBaseUnits": "36000",
"boundaries": [
"Public or synthetic inputs only. Caller labels are declarations,…"
],
"inputDigest": "sha256:057be0879112dda0d485b70ab992b921de20986c788682e33ad8077f2…",
"offerId": "edition-verse-resolution",
"receiptDigest": "sha256:91ed99d04bdd9815d77b6ef732d02e9da40db0327b62d208abaa9c302…",
"result": {
"editionId": "project-madurai-divya-prabandham-part-4",
"matches": [
{
"canonicalUrl": "https://www.mahastrategies.com/knowledge/religion/tiruvaymoli/kn…",
"locator": "Project Madurai/Hart printed pāsuram 2791; complete unit 2791–28…",
"range": "2791–2801",
"slug": "knowledge-and-unknowability-2791-2801"
}
],
"registryDigest": "sha256:98f42d289673bcd6e8c4499377fc1599d8e3f62a416cf4ced02ecbb4f…",
"state": "resolved",
"verseContentReturned": 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": {
"dataClass": {
"enum": [
"public",
"synthetic"
],
"type": "string"
},
"editionId": {
"enum": [
"project-madurai-divya-prabandham-part-4"
],
"type": "string"
},
"expectedRegistryDigest": {
"maxLength": 71,
"type": "string"
},
"pasuram": {
"maximum": 10000,
"minimum": 1,
"type": "integer"
}
},
"required": [
"dataClass",
"editionId",
"pasuram",
"expectedRegistryDigest"
],
"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": [
"36000"
],
"type": "string"
},
"boundaries": {
"maxItems": 128,
"minItems": 0,
"type": "array"
},
"inputDigest": {
"maxLength": 71,
"type": "string"
},
"offerId": {
"enum": [
"edition-verse-resolution"
],
"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/edition-verse-resolution",
"declarationDigest": "sha256:a84596f9cb79d8c355a4c2da9db14108c07b7347b9883a2e34007ed27d5927c2",
"metadataVersion": "2026-08-10"
},
"maha-offer": {
"amount": "36000",
"asset": "USDC",
"assetDecimals": 6,
"canonicalResource": "https://www.mahastrategies.com/api/v1/micro/edition-verse-resolution",
"declarationInline": "compact",
"declarationUrl": "https://www.mahastrategies.com/api/discovery/x402-offers/edition-verse-resolution",
"fullSourceTextStored": false,
"maxRequestBytes": 32768,
"method": "POST",
"network": "eip155:8453",
"offerId": "edition-verse-resolution",
"payableInProduction": true,
"status": "available",
"verbatimExcerptsRetained": false
}
}Use it
curl
curl "https://www.mahastrategies.com/api/v1/micro/edition-verse-resolution" # -> 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/edition-verse-resolution");
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/edition-verse-resolution")
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/1418.json, and this resource appears in /discovery/resources and /discovery/search.