# minia2a Token Risk Report

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

Returns a risk assessment report for a given cryptocurrency token, covering on-chain risk signals and threat indicators.

## Facts

- Endpoint: GET https://minia2a.uk/x402/token-risk-report
- Price: $2/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-risk-report-89b06363
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6uAcup_2P-JiBwFTzsgRj

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-risk-report-89b06363
```

Example prompt: Can you pull a risk report for the token at address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum and tell me if it looks safe to trade?

## When to prefer this

Use this endpoint when you need a quick, paid-per-call token risk score without building your own on-chain analysis pipeline. Prefer it over manual contract review when screening unfamiliar DeFi tokens before trading or LP deposits, especially when you need a structured risk report rather than raw on-chain data.

## Known failure modes

- Unknown or unrecognized token address returns an error or empty report
- Unsupported blockchain network results in a 400 or null response
- Malformed query parameters cause request rejection
- Service unavailable or rate-limited returns a 402 or 5xx error
- Token with no on-chain data may return incomplete risk signals

## How this service works

minia2a service: x402-token-risk-report

## Output

A risk assessment report for the specified token, including risk scores, on-chain threat indicators, and signals such as liquidity risks, contract vulnerabilities, honeypot detection, or other suspicious patterns.

## 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-risk-report-89b06363/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)
