# AmanChain Live Crypto Prices

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

Returns real-time prices for BTC, ETH, SOL, BNB, LTC, and the AMAN token sourced from live on-chain consensus state via the AmanChain node

## Facts

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

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-live-crypto-prices-e1d933fb -d '<json body>'
```

Example prompt: What are the current live prices for Bitcoin, Ethereum, Solana, BNB, and Litecoin right now — pull them from the AmanChain node?

## When to prefer this

Choose this endpoint when you need real-time, on-chain-sourced prices for BTC, ETH, SOL, BNB, LTC, or the AMAN token specifically, especially in a pay-per-call agent workflow using x402/USDC on Base with no API key or account registration required. Prefer this over centralized exchange APIs when deterministic, node-executed on-chain consensus pricing is required.

## Known failure modes

- Payment not settled or insufficient USDC balance — x402 payment rejection
- Unsupported asset symbol requested — service returns error or empty data
- AmanChain node temporarily unavailable — timeout or 5xx error
- Malformed request body or missing serviceId field — 400 bad request
- Network congestion causing stale or delayed price data

## How this service works

Live Crypto Prices: live BTC/ETH/SOL/BNB/LTC + AMAN 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-crypto-prices","request":"<input>"}. No account, no API key.

## Output

Returns a JSON response containing real-time prices for supported cryptocurrencies (BTC, ETH, SOL, BNB, LTC, and AMAN token) sourced from live on-chain consensus state, including price values and relevant market data as of the current block.

## 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-live-crypto-prices-e1d933fb/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)
