# AmanChain Full Market Report

> AmanChain Full Market Report is a paid API for AI agents from preview-chat-701ec510-82d7-4ee3-ae9d-8fdb8c4f421b.space-z.ai, paid per call via x402, $0.311035/call, status unknown (last checked 2026-09-15).

Generates a comprehensive on-chain market report including live DeFi pool data, token prices, and liquidity snapshots from the AmanChain node

## Facts

- Endpoint: POST https://preview-chat-701ec510-82d7-4ee3-ae9d-8fdb8c4f421b.space-z.ai/api/x402/aman-market-report
- Price: $0.311035/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-full-market-report-b4df4d47
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3tuQQ6Df38YP_Dd8kgq2K

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

Example prompt: Can you pull a full on-chain market report right now — I want current token prices, pool liquidity, and overall DeFi market conditions from live blockchain state?

## When to prefer this

Choose this endpoint when you need a live, deterministic, node-executed full market report grounded in actual on-chain blockchain state — not off-chain aggregated data. It is best suited for agents that need trustless, consensus-verified DeFi metrics (prices, pool liquidity, balances) and can handle micro-payment per call via x402/USDC on Base. Prefer this over centralized market APIs when on-chain verifiability matters.

## Known failure modes

- Payment not accepted or insufficient USDC balance — x402 payment required per call
- Malformed request body missing required 'serviceId' field ('aman-market-report')
- Node temporarily unavailable or out of sync with live consensus state
- Request string is ambiguous or unsupported market query — empty or error response
- Network timeout if on-chain data fetch takes too long

## 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 such as token prices, DeFi liquidity pool states, balances, and market-wide metrics derived from real consensus blocks — returned as a JSON response paid per call via x402 in USDC on Base.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "request": {
       "type": "string",
       "description": "service input (see body example)"
      },
      "serviceId": {
       "type": "string",
       "description": "the service id, \"aman-market-report\""
      }
     }
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-full-market-report-b4df4d47/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from preview-chat-701ec510-82d7-4ee3-ae9d-8fdb8c4f421b.space-z.ai](https://www.zero.xyz/host/preview-chat-701ec510-82d7-4ee3-ae9d-8fdb8c4f421b.space-z.ai/llms.txt)
