# minia2a Wallet Intelligence

> minia2a Wallet Intelligence is a paid API for AI agents from minia2a.uk, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Returns intelligence and metadata about a crypto wallet address, including balance, activity, and risk signals.

## Facts

- Endpoint: GET https://minia2a.uk/x402/x402-wallet-intel
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-wallet-intelligence-4a779909
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qp8ERxxXLPuB99DQQtMbK

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 minia2a-wallet-intelligence-4a779909
```

Example prompt: Can you pull wallet intelligence on this address — 0xAbc123... — and tell me its balance, recent activity, and any risk flags?

## When to prefer this

Choose this endpoint when you need a comprehensive, pay-per-call wallet intelligence lookup without managing your own blockchain node or indexer. It is especially useful for quick risk triage, counterparty due diligence, or enriching wallet data in an agentic workflow where you need structured on-chain intelligence on demand.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Unsupported blockchain type may return empty or null results
- Rate limiting or payment failure causes 402 payment required error
- Network timeout if the target chain is congested or unreachable
- Unknown wallet with no on-chain history may return minimal data

## How this service works

minia2a service: x402-wallet-intel

## Output

Returns structured wallet intelligence data including balance information, transaction history summary, activity metrics, and risk/reputation signals for the queried wallet address on the specified blockchain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "method": {
     "type": "string"
    },
    "bodyType": {
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minia2a-wallet-intelligence-4a779909/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from minia2a.uk](https://www.zero.xyz/host/minia2a.uk/llms.txt)
