Skip to main content

Create a New Wallet and API Key

You can programmatically create new wallets and linked api keys by sending a GET request to:

https://pumpportal.fun/api/create-wallet

Examples

import requests

response = requests.get(url="https://pumpportal.fun/api/create-wallet")

# JSON with keys for a newly generated wallet and the linked API key
data = response.json()