# AmanChain Wallet Portfolio

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

Retrieves the complete on-chain portfolio (tokens, balances, positions) for any blockchain wallet address against live consensus state

## Facts

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

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-wallet-portfolio-e7401802 -d '<json body>'
```

Example prompt: Pull the complete on-chain portfolio for wallet address 0x1234...abcd — I want to see all token balances, positions, and holdings from live blockchain state.

## When to prefer this

Choose this endpoint when you need a full, live, deterministic snapshot of any wallet's on-chain portfolio without requiring API keys or accounts — ideal for DeFi analysis, due diligence, or portfolio monitoring where real-time consensus-state accuracy is critical and pay-per-call pricing via x402/USDC is acceptable.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Address with no on-chain activity may return an empty portfolio
- Network congestion could delay live consensus state reads
- Payment failure via x402/USDC settlement prevents execution
- Unsupported chain or address format returns an error

## How this service works

Wallet Portfolio: complete on-chain portfolio for any address 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-wallet-portfolio","request":"<input>"}. No account, no API key.

## Output

Returns a complete on-chain portfolio for the specified wallet address, including token holdings, balances for each asset, and position details — sourced from live consensus state via the AmanChain node.

## 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-wallet-portfolio-e7401802/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)
