# AmanChain Market Summary

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

Returns a full DEX and blockchain snapshot including live pool data, balances, and on-chain market state, paid per call via x402 in USDC.

## Facts

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

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-market-summary-ef39f567 -d '<json body>'
```

Example prompt: Pull me a full DEX and chain market snapshot right now — I need live pool balances, liquidity, and on-chain market state from AmanChain.

## When to prefer this

Choose this endpoint when you need a single comprehensive on-chain market snapshot covering both DEX pool state and chain-level balances simultaneously, without requiring an API key or account setup. It is ideal for agents that need pay-per-call, accountless access to live DeFi market data settled in USDC on Base.

## Known failure modes

- Insufficient USDC balance for x402 payment — call fails before execution
- Invalid or malformed request string in JSON body — returns error
- Network or consensus state unavailability — node may return stale or error response
- Wrong serviceId value — service routing fails
- Rate or quota limits on the node — transient 4xx/5xx errors

## How this service works

Market Summary: full DEX + chain snapshot 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-summary","request":"<input>"}. No account, no API key.

## Output

A comprehensive JSON snapshot of the current DEX and blockchain state, including live pool data, on-chain balances, liquidity positions, and consensus-level market metrics as recorded by the AmanChain node at call time.

## 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-summary\""
      }
     }
    },
    "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-market-summary-ef39f567/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)
