# minia2a Wallet Intel

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

Retrieves intelligence and analysis data about a crypto wallet address

## Facts

- Endpoint: GET https://minia2a.uk/x402/wallet-intel
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-wallet-intel-45e58911
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H-TbO-gTTkvvBfLudex-l

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-intel-45e58911
```

Example prompt: Can you pull up the wallet intel for 0xAbc123...def and tell me what you find about its activity and risk profile?

## When to prefer this

Choose this endpoint when you need quick, paid-access wallet intelligence lookups for crypto addresses — particularly when doing due diligence, fraud screening, or DeFi counterparty analysis without building your own on-chain data pipeline. Useful within agentic workflows that need to assess wallet risk or activity programmatically.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Unsupported blockchain or wallet type may yield no results
- Rate limiting or payment failure (x402) blocks the request
- Empty or newly created wallets may return minimal intelligence data
- Network timeouts if the underlying data source is slow

## How this service works

minia2a service: x402-wallet-intel

## Output

Returns a structured wallet intelligence report containing metadata, activity signals, risk indicators, and other analytical insights about the queried wallet address.

## 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-intel-45e58911/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)
