# AmanChain Live Crypto Prices

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

Returns real-time prices for BTC, ETH, SOL, BNB, LTC, and AMAN token fetched from live blockchain consensus 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-crypto-prices
- Price: $0.062207/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-ded86ac4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RSHfGyLR8lfspSjwauf90

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

Example prompt: What are the current live prices for Bitcoin, Ethereum, and Solana right now — pulled straight from the AmanChain node?

## When to prefer this

Choose this endpoint when you need keyless, accountless real-time crypto prices settled on-chain via microtransaction (x402/USDC on Base), especially for BTC, ETH, SOL, BNB, LTC, or AMAN, and want prices sourced deterministically from live blockchain consensus rather than a centralized data aggregator.

## Known failure modes

- Payment failure or insufficient USDC balance causes x402 payment rejection
- Invalid or missing serviceId returns an error response
- Network or node unavailability may cause timeouts or non-200 responses
- Unsupported cryptocurrency symbols not in the supported set return an error

## 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 live spot prices for supported cryptocurrencies (BTC, ETH, SOL, BNB, LTC, AMAN) sourced deterministically from AmanChain node consensus state, reflecting real blocks and pool data at time of call.

## 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-crypto-prices\""
      }
     }
    },
    "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-live-crypto-prices-ded86ac4/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)
