# AI Rook Wallet Profile

> AI Rook Wallet Profile is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-14).

Retrieves the on-chain wallet profile for an agent or user on the AI Rook Agent Commerce Platform, including reputation and account details

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/wallet-profile
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-rook-wallet-profile-0203fe99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Fi7Xa547CLm4B9BHRWuMH

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 ai-rook-wallet-profile-0203fe99
```

Example prompt: Pull up my wallet profile on AI Rook — I want to see my on-chain reputation and account standing on AgenticCommerce on Base mainnet.

## When to prefer this

Use this endpoint when you need to verify the on-chain identity, reputation, or standing of an agent or wallet participating in the AI Rook / AgenticCommerce ecosystem on Base mainnet. Prefer this over generic blockchain explorers when you specifically need ERC-8004 reputation attestation and ACP-specific profile data tied to the AI Rook reputation registry.

## Known failure modes

- Wallet not found or not registered on AgenticCommerce — returns empty or 404 response
- Network or RPC issues with Base mainnet causing lookup failures
- Missing or invalid wallet context in the request — no profile returned
- Payment failure (USDC on Base required at $0.05/call) — x402 payment rejected

## How this service works

Live crypto trading intelligence for AI agents — real-time BTC signals, CVD, order flow, and active strategy setups, no API keys or signup. 43 pay-per-call endpoints total: trading data, AI inference (MiniMax M2.7 (456B-parameter Mixture-of-Experts)), web utilities, verification, and ERC-8183 ACP escrow with on-chain ERC-8004 reputation attestation (Agent ID 59646). Four payment rails: USDC on Base mainnet (default), USDC on Solana mainnet, HBAR/USDC on Hedera testnet, USDT on BNB Chain testnet. One free trial call per endpoint. Prices from $0.001/call.

## Output

Returns the on-chain wallet profile associated with the caller or specified wallet on the AI Rook Agent Commerce Platform, including ERC-8004 reputation attestation data, agent ID, permanent on-chain feedback history, and account standing on AgenticCommerce running on Base mainnet.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-wallet-profile-0203fe99/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.ai-rook.com](https://www.zero.xyz/host/agents.ai-rook.com/llms.txt)
