# x402.ochinimus.app Token Rug-Risk Signals

> x402.ochinimus.app Token Rug-Risk Signals is a paid API for AI agents from x402.ochinimus.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns rug-risk signals for a Solana token including mint/freeze authority status, top-holder concentration, and risk flags

## Facts

- Endpoint: GET https://x402.ochinimus.app/api/token-risk/:mint
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-ochinimus-app-token-rug-risk-signals-86e9fdae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8yhJ7h6Y-ab1b7g-_zWmD

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 x402-ochinimus-app-token-rug-risk-signals-86e9fdae
```

Example prompt: Can you check the rug-risk signals for the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — I want to know if the mint authority is still active, whether the freeze authority is enabled, and how concentrated the top holders are?

## When to prefer this

Use this endpoint when you need on-chain rug-risk signals for a specific Solana SPL token, particularly when evaluating mint/freeze authority status and whale concentration before trading or investing. Prefer this over generic token info endpoints when rug-pull risk assessment is the primary concern.

## Known failure modes

- Invalid or malformed mint address returns an error
- Token mint address not found on-chain returns 404 or empty result
- Network or RPC outage causes timeout
- Payment of $0.01 USDC not processed results in 402 Payment Required

## How this service works

Token rug-risk signals: mint/freeze authority status, top-holder concentration, risk flags

## Output

Returns rug-risk assessment data for the specified token mint address, including whether the mint authority is active or revoked, freeze authority status, concentration of tokens among top holders, and specific risk flags indicating potential rug-pull vectors.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-ochinimus-app-token-rug-risk-signals-86e9fdae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.ochinimus.app](https://www.zero.xyz/host/x402.ochinimus.app/llms.txt)
