# minia2a x402-wallet

> minia2a x402-wallet 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).

Retrieves wallet-related information or performs wallet lookups via the x402 micropayment-gated API

## Facts

- Endpoint: GET https://minia2a.uk/x402/x402-wallet
- 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-x402-wallet-dd7504a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b0TGY6LRJtXzYl2B0DnFM

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-x402-wallet-dd7504a2
```

Example prompt: Can you look up wallet information using the minia2a x402-wallet service and give me the details it returns?

## When to prefer this

Use this endpoint when you need lightweight, pay-per-call wallet lookups without setting up a full Web3 node or RPC connection, especially within the x402 micropayment ecosystem on minia2a.uk.

## Known failure modes

- Missing or invalid payment header causes 402 Payment Required response
- Invalid query parameters may result in empty or error response
- Unsupported method type returns error
- Service unavailable or timeout if minia2a.uk is unreachable

## How this service works

minia2a service: x402-wallet

## Output

Returns a JSON object containing wallet-related data such as account type, wallet metadata, or balance information depending on the query parameters supplied.

## 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-x402-wallet-dd7504a2/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)
