# AmanChain Full Market Report

> AmanChain Full Market Report is a paid API for AI agents from amanchain-relay.gitajhd.workers.dev, paid per call via x402, $0.031104/call, status unknown (last checked 2026-09-14).

Delivers a comprehensive on-chain market report including DEX pools, balances, and consensus state data, paid per call via x402 in USDC.

## Facts

- Endpoint: POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-market-report
- Price: $0.031104/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-full-market-report-0be23679
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iEu_VURAunrZiDD9rE0JE

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 amanchain-full-market-report-0be23679 -d '<json body>'
```

Example prompt: Can you pull me a full on-chain market report right now — I want a comprehensive view of DEX pools, balances, and live market conditions from the AmanChain node?

## When to prefer this

Choose this endpoint when you need a holistic, multi-dimensional on-chain market report covering DEX pools, balances, and live consensus state — as opposed to narrower endpoints like Live Crypto Prices (spot prices only), Market Summary (lighter snapshot), or Pool Analytics (single-pool focus). Best for trading decisions, portfolio reviews, or any workflow requiring a full market intelligence picture without needing an API key or account.

## Known failure modes

- Insufficient USDC balance to cover the $0.031104 per-call fee results in payment failure
- Malformed JSON body or missing serviceId field returns a 400 error
- Temporary AmanChain node unavailability may return a 503 or timeout
- Network issues with the Cloudflare Worker relay may cause intermittent failures
- Invalid or unexpected request string format may yield empty or partial report

## How this service works

AI-generated crypto market report — markdown narrative with prices, TVL, volume and top movers, ready for bots, newsletters and dashboards. Deterministic on-chain execution by the AmanChain node — live consensus state, real blocks, pools and balances. Pay per call via x402 (USDC on Base), no account, no API key. POST JSON {"serviceId":"aman-market-report","request":"<input>"}.

## Output

A full on-chain market report containing DEX pool data, live balances, liquidity metrics, and consensus-state-derived market information, executed deterministically against real blocks by the AmanChain node.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "example": {
      "ok": true
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-full-market-report-0be23679/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from amanchain-relay.gitajhd.workers.dev](https://www.zero.xyz/host/amanchain-relay.gitajhd.workers.dev/llms.txt)
