# AmanChain Market Summary

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

Returns a full DEX and blockchain snapshot including pools, balances, and market state from live consensus data

## Facts

- Endpoint: POST https://amanchain-relay.gitajhd.workers.dev/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-market-summary-588c5e92
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mrhY9m1t1JH7SQaVM3u1R

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

Example prompt: Can you pull a full DEX and chain market summary right now — I want to see current pool states, balances, and overall on-chain market conditions?

## When to prefer this

Choose this endpoint when you need a single, comprehensive on-chain market snapshot covering DEX pools, balances, and chain state — especially when you want deterministic execution against live consensus data without needing an API key or account, paying only per call in USDC via x402.

## Known failure modes

- Invalid or missing serviceId field returns an error
- Malformed request JSON body causes a 400-level error
- Payment failure via x402/USDC blocks the call
- Temporary node unavailability returns a 5xx error
- Stale or delayed consensus state if the node lags behind the chain tip

## How this service works

Complete crypto market snapshot in one call — block height, TVL, 24h volume, DEX pool prices and the full token registry; market overview API. 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-summary","request":"<input>"}.

## Output

A comprehensive JSON snapshot of the current DEX and chain state, including pool data, token balances, market metrics, and live consensus information derived from real blocks

## 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-market-summary-588c5e92/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)
