# RadhikaChain Jyotish Carta (Vedic Astrology Chart via x402)

> RadhikaChain Jyotish Carta (Vedic Astrology Chart via x402) is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $78/call, status unknown (last checked 2026-09-15).

Returns a Jyotish (Vedic astrology) natal chart computation, paid per-request in USDC on Base via x402

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/jyotish/carta
- Price: $78/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-jyotish-carta-vedic-astrology-chart-via-x402-0adf40e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4wvolOfOUPSgb69E0G_8H

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability radhikachain-jyotish-carta-vedic-astrology-chart-via-x402-0adf40e6
```

Example prompt: Can you generate a Jyotish natal chart for someone born on March 15, 1990 at 6:30 AM in Mumbai, India?

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-call Vedic (Jyotish) astrology chart computation without requiring a subscription or account, and can pay per-request in USDC on Base via x402. Prefer this over subscription-based astrology APIs when usage is occasional or automated.

## Known failure modes

- Missing or invalid birth date/time returns error
- Invalid or unrecognized location returns error
- Payment not included or insufficient USDC results in 402 Payment Required
- Malformed request parameters return 400 Bad Request
- Service unavailability returns 503

## How this service works

Telemetria de cadena, inteligencia de defensa y computo verificable (Halo2, Nova, Plonky3). Pago por peticion en USDC nativo en Base (eip155:8453) mediante x402 v2 scheme exact; sin cuenta ni suscripcion. Catalogo canonico: GET /.well-known/x402.

## Output

A JSON object containing Vedic (Jyotish) natal chart data, including planetary positions, house placements, ascendant (lagna), and related astrological indicators computed for the given birth date, time, and location.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-jyotish-carta-vedic-astrology-chart-via-x402-0adf40e6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.radhikatmosphere.com](https://www.zero.xyz/host/x402.radhikatmosphere.com/llms.txt)
