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

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

Request

See whether the same deployer repeatedly ships weak or high-risk launches.

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

Response Data

json
{  "data": {    "wallet": "Vote111111111111111111111111111111111111111",    "summary": {      "totalDeploymentsFound": 7,      "averageSafetyScore": 42,      "highRiskDeployments": 4,      "mediumRiskDeployments": 2,      "lowRiskDeployments": 1,      "honeypotDeployments": 1,      "unlockedLiquidityDeployments": 3,      "latestScanAt": "2026-04-20T19:00:00.000Z",      "worstScore": 19,      "bestScore": 74,      "hasCohortData": true,      "cohortTokensCreated": 12,      "cohortRuggedCount": 5,      "cohortRugPct": 41.67    },    "deployments": [      {        "address": "HhJpNwJmZsJv3iQ8a7o1m6B9dQY3pYb5V7bB2sM5Lc8A",        "name": "Example Launch",        "symbol": "EXL",        "safetyScore": 29,        "riskLevel": "high",        "recommendedAction": "review",        "hardCaps": [          "Liquidity Cap:35"        ],        "risks": [          "Low liquidity - high slippage risk"        ],        "liquidityUsd": 12100,        "scannedAt": "2026-03-19T16:40:00.000Z",        "modelVersion": "score-v3.3-shadow"      }    ],    "cohort": {      "tokensCreated": 12,      "ruggedCount": 5,      "dumpedCount": 3,      "stillActiveCount": 3,      "thrivingCount": 1,      "rugPct": 41.67,      "avgPeakLiquidityUsd": 6204.51,      "avgTimeToDrainHrs": 14.2,      "lastSeenAt": "2026-04-22T08:14:00.000Z",      "refreshedAt": "2026-04-23T11:00:00.000Z",      "source": "dune_deployer_reputation",      "window": "rolling-30d"    },    "sources": [      "rugburn_token_scans",      "dune_deployer_reputation"    ]  },  "meta": {    "requestId": "req_demo_deployer_history_01",    "scope": "deployer:history:read",    "quota": {      "limit": 5000,      "used": 43,      "remaining": 4957    },    "generatedAt": "2026-04-23T12:04:00.000Z",    "contractVersion": "2026-04-16"  }}

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.