Get Deployer Reputation
get-deployer-reputationCheck a wallet's token deployer reputation: view number of tokens deployed and detect rug patterns by identifying how many died.
Instructions
[PRO] Get reputation score for a token deployer: how many tokens deployed, how many died (rug pattern detection). Requires OPENPULSECHAIN_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Deployer wallet address (0x...) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Deployer address | |
| reputation_score | Yes | Reputation score (0-100) | |
| tokens_deployed | Yes | Total number of tokens deployed | |
| tokens_dead | Yes | Number of tokens that died or were rugged | |
| rug_pattern | Yes | Whether a rug pull pattern is detected |