Powered byTempo

First Tempo-native MPP scanner.
Spot the gems. Skip the rugs.

One API call — risk score, holder analysis, liquidity depth, admin permissions. Built natively on Tempo for agents and degens. $0.06 per scan via MPP. No keys. No accounts.

$PEON

$PEON

the official token of getpeon
Supply
1,000,000,000
Standard
TIP-20
Chain
Tempo
Contract
0x20c000000000000000000000a70a65dcd29f45be
One command. Try it now.
npx mppx -X POST -J '{"address":"0x20c000000000000000000000987bef2978df41f9"}' https://getpeon.xyz/api/scan

What you get back

Risk score 0-100
Supply cap analysis
Known address analysis
LP pool discovery
LP burn verification
Admin permissions
Contract vs EOA detection
Multi-DEX price
LOW_RISK MEDIUM HIGH LIKELY_SCAM

Endpoints

POST/api/scan$0.06 pathUSD
GET/api/statusfree
GET/llms.txtfree

Example response

{
  "ok": true,
  "scan": {
    "token": {
      "name": "TIMECOIN", "symbol": "TIMECOIN",
      "total_supply": "1000000000.000000",
      "supply_cap": "1000000000.000000",
      "supply_capped": true, "paused": false
    },
    "price_usd": 0.000230,
    "fdv_usd": 230313,
    "risk": { "score": 5, "verdict": "LOW_RISK", "flags": ["FEW_HOLDERS"] },
    "liquidity": {
      "pools": [
        { "dex": "TempoSwap", "price_usd": 0.000224, "lp_burn_pct": 29.57 },
        { "dex": "TimecoinMPP", "price_usd": 0.000230, "lp_burn_pct": 99.53 }
      ]
    },
    "holders": {
      "top5_pct": 13.32,
      "top_holders": [
        { "label": "LP Pair", "holdPct": 13.32, "type": "CONTRACT" }
      ]
    },
    "admin": { "can_mint_more": false, "can_pause": true }
  }
}