GET/api/v1/deployer/{wallet}/history

Deployment-history lookup. Requires deployer:history:read.

Request

curl
curl "https://rugburn.io/api/v1/deployer/SOLANA_WALLET/history?limit=25" \
  -H "Authorization: Bearer $RUGBURN_API_KEY"

Response Data

json
{
  "wallet": "...",
  "summary": {
    "totalDeploymentsFound": 7,
    "averageSafetyScore": 42,
    "highRiskDeployments": 4,
    "honeypotDeployments": 1,
    "unlockedLiquidityDeployments": 2,
    "latestScanAt": "2026-04-16T12:00:00.000Z"
  },
  "deployments": [
    {
      "address": "...",
      "symbol": "EX",
      "safetyScore": 35,
      "riskLevel": "high",
      "recommendedAction": "block",
      "hardCaps": ["Liquidity Cap:35"],
      "risks": ["Low liquidity - high slippage risk"]
    }
  ],
  "sources": ["rugburn_token_scans"]
}

Interpretation

Deployer history is evidence, not identity proof. Treat repeated weak launches as a risk signal and combine it with wallet-risk labels, holder concentration, LP status, and market maturity.