# AMAN Price Feed

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

Returns the live AMAN token price derived from real AMM reserve data on AmanChain

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-price-feed
- Price: $0.003732/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aman-price-feed-36ea51b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pnbOmpVLnxKU45RvPBuVw

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 aman-price-feed-36ea51b5 -d '<json body>'
```

Example prompt: What is the current live price of the AMAN token according to its AMM reserves on AmanChain?

## When to prefer this

Choose this endpoint when you need a deterministic, on-chain derived AMAN token price directly from AMM reserves rather than a centralized exchange price feed. Ideal for DeFi agents, portfolio valuation, arbitrage detection, or any use case requiring trustless, consensus-state price data on AmanChain. Pay-per-call via x402 with no API key required makes it suitable for serverless or ephemeral agents.

## Known failure modes

- Invalid or missing serviceId field returns an error
- Network or node unavailability may cause timeout
- Payment failure via x402/USDC on Base blocks request
- Malformed request body results in parse error
- AMM pool data temporarily unavailable during chain reorganization

## How this service works

AMAN Price Feed: live AMAN price from real AMM reserves 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-price-feed","request":"<input>"}. No account, no API key.

## Output

Returns the live spot price of the AMAN token calculated deterministically from real AMM pool reserve balances on AmanChain, reflecting the current consensus state of the blockchain.

## 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/aman-price-feed-36ea51b5/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)
