# RadhikaChain Pool Depositar

> RadhikaChain Pool Depositar is a paid API for AI agents from x402.radhikachain.xyz, paid per call via x402, $8.58/call, status unknown (last checked 2026-09-15).

Returns pool deposit telemetry, chain data, or deposit-related information for RadhikaChain's liquidity pool, paid per-request via x402 USDC on Base

## Facts

- Endpoint: GET https://x402.radhikachain.xyz/pool/depositar
- Price: $8.58/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-pool-depositar-b158c951
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q0__4bUkKE999Xy1CwjBR

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-pool-depositar-b158c951
```

Example prompt: Pull the current deposit data for the RadhikaChain pool — I want to see the latest liquidity and deposit telemetry snapshot, and pay for it per-request in USDC on Base.

## When to prefer this

Choose this endpoint when you need pay-per-request pool deposit telemetry from RadhikaChain without requiring an account or subscription, specifically when operating on Base (eip155:8453) and able to pay $1.65 USDC per call via x402. Prefer this over subscription APIs when you need occasional, accountless access to blockchain pool deposit data with ZK-verifiable chain telemetry.

## Known failure modes

- Payment not attached or insufficient USDC — returns 402 Payment Required
- Invalid or missing x402 payment header — authentication/payment rejection
- Pool endpoint unavailable — service downtime returns 5xx
- Malformed request parameters — 4xx client error
- USDC payment on wrong chain (not Base eip155:8453) — payment rejected

## 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 pool deposit telemetry data from RadhikaChain, likely including deposit balances, liquidity metrics, pool state, and chain telemetry — returned as a JSON response after successful x402 USDC micropayment on Base (eip155:8453).

## 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-pool-depositar-b158c951/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.radhikachain.xyz](https://www.zero.xyz/host/x402.radhikachain.xyz/llms.txt)
