# AmanChain Crypto Token Price

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

Returns the live USD price for any major cryptocurrency asset via deterministic on-chain consensus state

## Facts

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

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-crypto-token-price-d693e4eb -d '<json body>'
```

Example prompt: What is the current live USD price of Ethereum? Pull it from AmanChain's on-chain price feed.

## When to prefer this

Choose this endpoint when you need a deterministic, on-chain sourced USD price for a major crypto asset without requiring an API key or account. It is particularly suited for agents that need trustless, consensus-backed price data rather than off-chain oracle or CEX-reported prices, and is pay-per-call via USDC micropayment.

## Known failure modes

- Unknown or unsupported token symbol returns an error or null price
- Network or node unavailability may result in a timeout or 5xx error
- Malformed JSON body or incorrect serviceId returns a 400 bad request
- Micro-cap or newly launched tokens not yet indexed may return no data
- Payment failure via x402/USDC on Base will block the request

## How this service works

Crypto Token Price: live USD price for any major crypto asset 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-price","request":"<input>"}. No account, no API key.

## Output

The current live USD price for the requested cryptocurrency asset, sourced deterministically from AmanChain node consensus state against real blocks and liquidity pools.

## 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-crypto-token-price-d693e4eb/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)
