# AmanChain Fee & Gas Tracker

> AmanChain Fee & Gas Tracker 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).

Returns live on-chain gas prices and transaction fee estimates from the AmanChain node against current consensus state, paid per call via x402 in USDC.

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-gas-tracker
- 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-fee-gas-tracker-f0b3c25a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wyfVfl8S6Imqr9J9QFgrM

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-fee-gas-tracker-f0b3c25a -d '<json body>'
```

Example prompt: What are the current gas fees on AmanChain right now — give me fast, standard, and slow estimates so I know how much to set before I send my transaction?

## When to prefer this

Choose this endpoint when you need real-time, node-authoritative gas fee data from AmanChain specifically, paid per-call with no API key or account setup. Prefer this over general blockchain explorers when you need deterministic execution against live consensus state on AmanChain and are already operating in the x402/USDC payment ecosystem.

## Known failure modes

- Node unavailable or consensus lag returns stale or error response
- Malformed request string returns validation error
- Payment (x402 USDC) not settled causes request rejection
- Network congestion causes delayed response
- Unsupported request format returns empty or null result

## How this service works

Fee & Gas Tracker: 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-gas-tracker","request":"<input>"}. No account, no API key.

## Output

Returns current gas/fee data from the live AmanChain consensus state, including gas price tiers (fast, standard, slow), estimated transaction costs in native units, and network congestion indicators derived from real blocks and mempool 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-fee-gas-tracker-f0b3c25a/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)
