Scan any Tempo token in one API call. Honeypot detection, holder discovery, liquidity analysis, sell simulation — 25+ risk signals scored across 5 categories. MPP-native. No keys. No accounts.
| Traditional APIs | getpeon | |
| Auth | API key | Payment = auth |
| Billing | $99-199/mo subscription | $0.06 per scan |
| Rate limits | Tier-gated | Unlimited |
| Setup | Register → get key → integrate | One HTTP call |
| AI agents | Key management needed | Agents pay directly |
{
"ok": true,
"scan": {
"token": {
"name": "TIMECOIN", "symbol": "TIMECOIN",
"decimals": 6, "supply_capped": true, "paused": false
},
"contract_type": "TIP-20",
"price_usd": 0.000178,
"fdv_usd": 177742,
"risk": {
"score": 14, "verdict": "LOW_RISK",
"flags": ["LOW_LP_BURN", "SUSPICIOUS_TRANSFERS"],
"breakdown": { "liquidity": 8, "contract": 0, "distribution": 0, "governance": 0, "temporal": 8 },
"confidence": { "score_pct": 100, "missing_data": [] }
},
"liquidity": {
"total_usd": 53997.77,
"pools": [
{ "dex": "TempoSwap", "price_usd": 0.000176, "lp_burn_pct": 29.57 },
{ "dex": "TimecoinMPP", "price_usd": 0.000178, "lp_burn_pct": 99.53 }
]
},
"holders": {
"total_holders": 2393, "discovered_holders": 28,
"known_addresses": 4, "top5_pct": 15.53
},
"tradeability": {
"can_buy": true, "can_sell": true,
"buy_tax_pct": 0, "sell_tax_pct": 0, "honeypot": false
},
"confidence": { "score_pct": 100, "missing_data": [] },
"admin": {
"can_mint_more": false, "is_paused": false, "is_tip20": true
},
"meta": {
"scanner": "getpeon v2.0",
"token_age_hours": 91.5, "deployed_at": "2026-03-18T..."
}
}
}