LION Token Risk Indicators (Base Chain) is a paid API for AI agents from lion-x402.lionmaster-operations.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).
Returns a composite risk score and factor breakdown for any ERC-20 token on Base, including liquidity, holder concentration, contract verification, and ownership status.
Keyless off-chain and on-chain data for AI agents. No API key, no signup - payment is the only gate. Pay-per-call in USDC on Base via x402.
A JSON object containing: a risk_score (0–1 float), a risk_band label (e.g. 'low'/'medium'/'high'), the network (eip155:8453 for Base), the token_address, and a factors object with liquidity_usd, pair_age_hours, top1_holder_pct, top5_holder_pct, contract_verified (bool), high_risk_functions (count + list), and ownership_renounced (bool).
GEThttps://lion-x402.lionmaster-operations.workers.dev/api/x402/token-risk-indicators-jsonUse this endpoint when you need a fast, pre-computed multi-factor risk assessment for a specific Base chain token without setting up API keys. Ideal for agents performing DeFi due diligence, wallet risk checks, or token screening pipelines that pay per call via x402 USDC micropayments. Prefer over manual on-chain queries when you want a single normalized risk_score plus human-readable risk_band alongside holder and contract factors in one call.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"factors": {
"liquidity_usd": 1000000,
"pair_age_hours": 8760,
"top1_holder_pct": 18.4,
"top5_holder_pct": 41.2,
"contract_verified": true,
"high_risk_functions": {
"count": 0,
"found": []
},
"ownership_renounced": true
},
"network": "eip155:8453",
"asset_id": "BASE_TOKEN_RISK_INDICATORS_001",
"risk_band": "low",
"risk_score": 0.12,
"token_address": "0x4200000000000000000000000000000000000006"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"