{
  "x402Version": 2,
  "id": 1416,
  "slug": "1416",
  "resource": "https://www.mahastrategies.com/api/v1/calculations/vimshottari",
  "description": "Build a Vimshottari timing display with birth balance, nine mahadashas and nine antardashas of the active mahadasha at a reference instant. Uses actual nakshatra stay time and a 365.2425-day year; includes conventions and receipt. Public or synthetic inputs only. No event prediction or interpretation; bodies are not stored.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xec84c1cd6602bbe387bc8e6f0d3c062f2762de28",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "120000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "dataClass": "synthetic",
            "instantUtc": "2000-01-01T12:00:00.000Z",
            "latitudeDegrees": 0,
            "longitudeDegrees": 0,
            "referenceInstantUtc": "2026-01-01T12:00:00.000Z"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "boundaries": [
              "Calculation and convention evidence only; no forecasting narrati…"
            ],
            "conventions": {
              "ayanamsa": "maha-lahiri-j2000-iau2006/1",
              "birthBalance": "actual-nakshatra-stay-time",
              "chartVersion": "natal-chart/0.3",
              "elevationMeters": 0,
              "ephemeris": "astronomy-engine-2.1.19",
              "frames": [
                "tropical",
                "lahiri-sidereal"
              ],
              "houses": "sidereal-whole-sign",
              "inputTime": "UTC; caller resolves local time and DST",
              "nodes": "mean",
              "origin": "geocentric",
              "panchangaVersion": "panchanga/0.1",
              "timingVersion": "natal-timing/0.1",
              "yearLengthDays": 365.2425
            },
            "inputDigest": "sha256:42b925510ad5fd4b12a183564f801499c8c3a0ce75e9ef54310bbdc4c…",
            "offerId": "celestial-vimshottari-timing",
            "receiptDigest": "sha256:3842a7dd38637f47bb131d814fa2fe6635632468713ae6f1a18f02f19…",
            "result": {
              "referenceInstantUtc": "2026-01-01T12:00:00.000Z",
              "vimshottari": {
                "activeAntardasha": {
                  "activeAtReference": true,
                  "endUtc": "2026-09-11T11:50:39.821Z",
                  "level": "antardasha",
                  "lord": "Venus",
                  "nominalYears": 3.1666666666666665,
                  "parentLord": "Saturn",
                  "startUtc": "2023-07-12T21:24:51.821Z"
                },
                "activeMahadasha": {
                  "activeAtReference": true,
                  "endUtc": "2035-09-20T19:22:11.621Z",
                  "level": "mahadasha",
                  "lord": "Saturn",
                  "nominalYears": 19,
                  "startUtc": "2016-09-20T04:47:23.621Z"
                },
                "antardashas": [
                  {
                    "activeAtReference": false,
                    "endUtc": "2019-09-23T23:17:54.221Z",
                    "level": "antardasha",
                    "lord": "Saturn",
                    "nominalYears": 3.0083333333333333,
                    "parentLord": "Saturn",
                    "startUtc": "2016-09-20T04:47:23.621Z"
                  }
                ],
                "balanceAtBirthYears": 0.7195755668021349,
                "balanceMethod": "actual-nakshatra-stay-time",
                "birthNakshatraEgressUtc": "2000-01-01T13:03:23.619Z",
                "birthNakshatraIngressUtc": "1999-12-31T10:37:37.056Z",
                "mahadashas": [
                  {
                    "activeAtReference": false,
                    "endUtc": "2000-09-20T07:40:11.621Z",
                    "level": "mahadasha",
                    "lord": "Rahu",
                    "nominalYears": 18,
                    "startUtc": "1982-09-20T22:54:35.621Z"
                  }
                ],
                "moonNakshatra": {
                  "fractionElapsed": 0.9600235796221036,
                  "index": 15,
                  "name": "Svātī"
                },
                "nextTransition": {
                  "atUtc": "2026-09-11T11:50:39.821Z",
                  "level": "antardasha",
                  "lord": "Sun"
                },
                "sourceReferences": [
                  {
                    "locator": "Chapter 46, verses 14–16; Chapter 51, verses 1–2",
                    "note": "Used to verify the period order, durations, birth balance, and p…",
                    "title": "Bṛhat Parāśara Horā Śāstra",
                    "url": "https://vedic-astro.s3.amazonaws.com/books/bhrihat_parasara_hora…",
                    "usage": "calculation-convention"
                  }
                ],
                "startingLord": "Rahu",
                "system": "vimshottari-120-year",
                "traditionId": "vedic-jyotisha",
                "yearLengthDays": 365.2425
              }
            },
            "version": "maha-celestial-calculations/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"
                  },
                  "instantUtc": {
                    "type": "string"
                  },
                  "latitudeDegrees": {
                    "maximum": 89.9,
                    "minimum": -89.9,
                    "type": "number"
                  },
                  "longitudeDegrees": {
                    "maximum": 180,
                    "minimum": -180,
                    "type": "number"
                  },
                  "referenceInstantUtc": {
                    "type": "string"
                  }
                },
                "required": [
                  "dataClass",
                  "instantUtc",
                  "latitudeDegrees",
                  "longitudeDegrees",
                  "referenceInstantUtc"
                ],
                "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": {
                  "boundaries": {
                    "type": "array"
                  },
                  "conventions": {
                    "type": "object"
                  },
                  "inputDigest": {
                    "type": "string"
                  },
                  "offerId": {
                    "const": "celestial-vimshottari-timing"
                  },
                  "receiptDigest": {
                    "type": "string"
                  },
                  "result": {
                    "type": "object"
                  },
                  "version": {
                    "const": "maha-celestial-calculations/0.1"
                  }
                },
                "required": [
                  "version",
                  "offerId",
                  "inputDigest",
                  "result",
                  "conventions",
                  "boundaries",
                  "receiptDigest"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "declaration-integrity": {
      "canonicalResource": "https://www.mahastrategies.com/api/v1/calculations/vimshottari",
      "declarationDigest": "sha256:96c74d8b7248e556f60015531fc99090a37eb86150144bba598c41b63ea33a24",
      "metadataVersion": "2026-08-10"
    },
    "maha-offer": {
      "amount": "120000",
      "asset": "USDC",
      "assetDecimals": 6,
      "canonicalResource": "https://www.mahastrategies.com/api/v1/calculations/vimshottari",
      "declarationInline": "compact",
      "declarationUrl": "https://www.mahastrategies.com/api/discovery/x402-offers/celestial-vimshottari-timing",
      "fullSourceTextStored": false,
      "maxRequestBytes": 2048,
      "method": "POST",
      "network": "eip155:8453",
      "offerId": "celestial-vimshottari-timing",
      "payableInProduction": true,
      "status": "available",
      "verbatimExcerptsRetained": false
    }
  },
  "tags": [
    "bazaar",
    "declaration-integrity",
    "maha-offer"
  ],
  "sourceHost": "www.mahastrategies.com",
  "lastUpdated": "2026-09-13T06:58:17.872Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-13T06:58:17.631Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "www.mahastrategies.com",
    "manifest_name": "www.mahastrategies.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}