# minia2a Token Security Checker

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

Analyzes and validates security properties of a blockchain token, returning security risk assessments and metadata.

## Facts

- Endpoint: GET https://minia2a.uk/x402/token-security
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minia2a-token-security-checker-218cc781
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Kh4u_Sn4QAukhnkyE_ZmQ

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-token-security-checker-218cc781
```

Example prompt: Can you run a security check on this token contract and tell me if it looks safe — I want to know about any red flags like honeypot risk, owner privileges, or locked liquidity before I buy in?

## When to prefer this

Use this endpoint when you need a quick, affordable automated security assessment of a crypto token before trading, investing, or including it in a portfolio. It is ideal for DeFi agents that need to screen tokens programmatically. Prefer this over manual contract audits for rapid, low-cost pre-trade checks.

## Known failure modes

- Invalid or unrecognized token address returns an error or empty result
- Token not found on the specified chain returns a not-found response
- Malformed query parameters result in a 400-level validation error
- Network or upstream blockchain data unavailability causes a timeout or 503 error

## How this service works

minia2a service: x402-token-security

## Output

Returns a structured security report for the queried token, including risk indicators such as honeypot detection, owner privilege flags, liquidity lock status, and an overall security score or verdict.

## 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-token-security-checker-218cc781/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)
