API Frequently Asked Questions
Welcome to the FAQ for the Addresses API. Here you’ll find answers to common questions about using our vanity address API service.
How quickly can I get my vanity address?
You can claim a pre-generated vanity address instantly via the API — no waiting or brute-forcing required.
What does the pricing look like?
Addresses ending in .pump
cost $1.60. All other suffixes are priced at $0.80 per address.
Can I choose a custom ending for my address?
Yes! The API supports fetching addresses with specific suffixes like bonk
, pump
, ray
, moon
, or boop
. Just include the suffix in your query.
How do I authenticate API requests?
Include your unique API key in the request headers under:
x-api-key: YOUR_API_KEY
Do I need to add tokens to my account before using the API?
Yes — your account must have enough tokens (credits) to make vanity address requests.
Is the private key returned by the API safe?
Yes. Private keys are returned encrypted. You can decrypt them securely using your dashboard-provided decryption key.
How can I decrypt the private key?
We provide a Node.js example using AES-256-CBC
to decrypt private keys on your backend.
Can I use the vanity addresses as production wallets?
While these are valid wallets, we recommend using them for testing, bots, or burner use cases. For high-security needs, generate your own keys.
What happens if I lose my decryption key?
You can easily recover it from your Dashboard (opens in a new tab).
Can I filter addresses by popular keywords?
Absolutely. Use the type
parameter in your API request to get addresses ending in specific suffixes like moon
, ray
, or pump
.
How do I get support or request new suffixes?
Join our Telegram Chat (opens in a new tab).
Are there any best practices I should follow?
- Keep your API key secure and never share it publicly.
- Decrypt private keys however you'd like — just make sure it's done safely on your end.
- Check your token balance regularly to ensure uninterrupted API access.
- Treat vanity wallets as ephemeral unless you're managing keys securely.
Have more questions? Reach out to our team or check the About Section.