# AmanChain Live Crypto Prices

> AmanChain Live Crypto Prices is a paid API for AI agents from amanchain-relay.gitajhd.workers.dev, paid per call via x402, $0.004977/call, status unknown (last checked 2026-09-13).

Returns real-time prices for BTC, ETH, SOL, BNB, LTC, and the AMAN token, paid per-call via x402 in USDC on Base

## Facts

- Endpoint: POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-crypto-prices
- Price: $0.004977/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-live-crypto-prices-8961acde
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8Rfz7omjhUbtgl02WOzYP

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

Example prompt: What are the live prices right now for BTC, ETH, SOL, BNB, LTC, and AMAN — pulled from AmanChain's on-chain consensus?

## When to prefer this

Choose this endpoint when you need real-time prices for the specific set of BTC, ETH, SOL, BNB, LTC, and AMAN with no API key or account setup, and you are comfortable with per-call USDC micropayments via x402 on Base. Prefer it for trustless, on-chain-sourced prices rather than centralized exchange APIs.

## Known failure modes

- Insufficient USDC balance or failed x402 payment results in 402 Payment Required
- Invalid or missing serviceId field returns an error response
- Network or node unavailability may cause timeout or 503
- Malformed JSON body returns 400 Bad Request

## How this service works

Bitcoin price in USD, live — real-time crypto prices for BTC, ETH, SOL, BNB, LTC and AMAN with 24h change and multi-source aggregation; spot price feed API for bitcoin and crypto markets, no API key. 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-crypto-prices","request":"<input>"}.

## Output

Returns a JSON object containing live USD prices for BTC, ETH, SOL, BNB, LTC, and AMAN token, sourced from AmanChain's on-chain 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
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-live-crypto-prices-8961acde/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)
