{
  "name": "Solana Score",
  "description": "On-chain reputation intelligence for Solana wallets. Score, rank, sybil status, and sector breakdown for any address. Pay per request via MPP.",
  "url": "https://slicescore.xyz",
  "provider": {
    "name": "Slice Analytics",
    "url": "https://sliceanalytics.xyz"
  },
  "api": {
    "type": "rest",
    "base_url": "https://slicescore.xyz",
    "endpoints": [
      {
        "path": "/api/v1/demo/{wallet}",
        "method": "GET",
        "description": "Free demo — score, rank, sybil status, sector breakdown. 10 req/hr/IP.",
        "cost": "free"
      },
      {
        "path": "/api/v1/score/{wallet}",
        "method": "GET",
        "description": "Full wallet data — activity, fees, holdings, wallet age, portfolio value.",
        "cost": "$0.005 USDC via MPP"
      },
      {
        "path": "/api/v1/premium/{wallet}",
        "method": "GET",
        "description": "Deep intelligence — risk factors, protocols used, whale proximity, connected wallets.",
        "cost": "$0.025 USDC via MPP"
      }
    ],
    "payment": {
      "protocol": "MPP",
      "currency": "USDC",
      "network": "solana"
    }
  },
  "capabilities": [
    "wallet_scoring",
    "sybil_detection",
    "sector_analysis",
    "fee_economics",
    "airdrop_targeting"
  ]
}
