# AmanChain DEX Market Summary

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

Returns a full snapshot of DEX trading activity and chain state including pools, balances, and market metrics from live AmanChain consensus.

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-market-summary
- Price: $0.009331/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-dex-market-summary-69e4a86b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BCM3yPO8l4iBoQOh_3Pu6

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-dex-market-summary-69e4a86b -d '<json body>'
```

Example prompt: Give me a full DEX and chain market summary from AmanChain — I want to see all the pool states, balances, and market metrics right now.

## When to prefer this

Choose this endpoint when you need a comprehensive, single-call snapshot of the entire AmanChain DEX ecosystem — all pools, balances, and chain state — rather than querying individual pools, specific token prices, or swap quotes separately. Ideal for dashboard population, pre-trade analysis, or any workflow requiring a holistic on-chain market view paid per call with no API key required.

## Known failure modes

- Invalid or missing serviceId returns an error response
- Malformed request body causes a 400-level error
- x402 payment failure or insufficient USDC balance prevents call execution
- Node unavailability or consensus lag may cause timeout or stale data
- Empty or vague request string may return incomplete results

## 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 JSON object containing a full snapshot of the AmanChain DEX including all active liquidity pools, token balances, trading volumes, market prices, and overall chain state at the time of the live consensus query.

## 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-dex-market-summary-69e4a86b/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)
