# AmanChain Transaction Lookup

> AmanChain Transaction Lookup 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).

Looks up on-chain transaction details by querying live AmanChain consensus state, returning status, amounts, and metadata for a given transaction.

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-tx-lookup
- 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/amanchain-transaction-lookup-69de9498
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2wuQUDEwUPMiaI0crq2Mj

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-transaction-lookup-69de9498 -d '<json body>'
```

Example prompt: Can you look up the details of this AmanChain transaction — 0xabc123def456... — and tell me its status, the amount transferred, and whether it's been confirmed?

## When to prefer this

Use this endpoint when you need deterministic, node-verified transaction details from the AmanChain network specifically. It is ideal when you require trustworthy on-chain confirmation status and metadata without needing an API key or account, and when you are willing to pay per call via x402/USDC. Prefer this over general block explorers when operating within an agentic workflow that already uses AmanChain infrastructure.

## Known failure modes

- Transaction hash not found on AmanChain — returns error if the hash doesn't exist or is from a different chain
- Malformed transaction ID input — service may return validation error
- Network or node unavailability — consensus state temporarily unreachable
- Payment failure via x402 — call not executed if USDC payment is not settled
- Pending transaction not yet indexed — recently submitted transactions may not yet appear

## How this service works

Transaction Lookup: node-operated on-chain service 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-tx-lookup","request":"<input>"}. No account, no API key.

## Output

Returns on-chain transaction details including confirmation status, block number, sender address, recipient address, transferred amount, token type, timestamp, and any relevant metadata — all sourced deterministically from live AmanChain consensus state.

## 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-transaction-lookup-69de9498/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)
