Vanity Mint Keypair
pumpfun_vanity_mintGenerate a Solana keypair whose address ends/starts with a vanity pattern. Returns publicKey + secretKey (base58). Caller must save the secret key immediately — it is never stored. Hard timeout: 60 s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Desired address prefix (case-insensitive by default) | |
| suffix | No | Desired address suffix (case-insensitive by default) | |
| maxAttempts | No | ||
| caseSensitive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ms | Yes | Wall-clock grind time in milliseconds | |
| attempts | Yes | Keypairs ground before the match | |
| publicKey | Yes | Matched Solana address (base58) | |
| secretKey | Yes | Secret key (base58) — caller is sole custodian |