# AmanChain Full Market Report

> AmanChain Full Market Report is a paid API for AI agents from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai, paid per call via x402, $0.031104/call, status unknown (last checked 2026-09-14).

Generates a comprehensive on-chain market report including DEX activity, pool data, token prices, and chain-level analytics from live consensus state

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/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-94cf3818
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Xgx89Z6eXvQqEGJGNAhI_

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-94cf3818 -d '<json body>'
```

Example prompt: Can you pull a full market report from AmanChain — I want a comprehensive breakdown of current DEX activity, pool liquidity, and token prices from live on-chain data?

## When to prefer this

Choose this endpoint when you need a comprehensive, deterministic, live on-chain market report covering DEX activity, pool data, and token prices in a single call — particularly when you require trustless execution against real consensus state without API keys or accounts, and are willing to pay per call in USDC via x402.

## Known failure modes

- Invalid or missing serviceId returns an error response
- Malformed request string may produce incomplete or empty report
- Payment failure via x402/USDC may prevent execution
- Network or node availability issues may cause timeouts
- Consensus state lag may result in slightly stale data in edge cases

## How this service works

Full Market Report: node-operated on-chain service Executed deterministically by the AmanChain node against live consensus state (real blocks, pools, balances) — paid per call via x402, settled in USDC on Base. Input: JSON body {"serviceId":"aman-market-report","request":"<input>"}. No account, no API key.

## Output

A structured full market report containing live on-chain data including DEX pool states, token prices, liquidity metrics, trading volumes, and chain-level market statistics sourced from current consensus state on AmanChain.

## 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
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-full-market-report-94cf3818/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai](https://www.zero.xyz/host/preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/llms.txt)
