What this endpoint does
With this API, you can:- Retrieve all tokens deployed by a specific wallet (creator address)
- Get enriched token metadata (symbol, name, supply, price, market cap)
- Access liquidity, bonding status, and pool details (when available)
- Track token performance (ATH/ATL, price changes, volume across timeframes)
- Analyze wallet-level activity (buys, sells, volume, average prices, PnL)
- Review organic trading metrics (organic volume, organic trades, buyers/sellers)
- Surface deployer and token context such as source, exchange, and socials
What you’ll need
- Basic knowledge of REST APIs
- A creator (deployer) wallet address
- A Mobula API key
Get a free API key: Here Optional:
- DexScreener (to find a token and copy its deployer wallet)
When to use Get Wallet Deployer Tokens
Use this endpoint when you want to:- List every token deployed by a creator wallet
- Build a deployer profile page with token performance metrics
- Analyze deployer activity and token outcomes over time
- Detect token launches tied to a wallet
- Power token research dashboards and on-chain due diligence tools
Walkthrough to Get Wallet Deployer Tokens
1. Prepare your query
Thewallet/deployer endpoint uses:
| Parameter | Description |
|---|---|
wallet | Creator wallet address to analyze |
blockchain: analyze a specific chain analyze a specific chain like Solana, Ethereum, and more (otherwise defaults to all supported chains)page: paginate through the deployer’s token listlimit: control how many deployed tokens are returned per page
2. Find a deployer wallet address to test
To retrieve real wallet data:- Open DexScreener
- Search for any token
- Open the token page
- Copy the developer / creator / deployer address
wallet parameter.
3. Fill the API form
Back in the endpoint “Try it” form:- Paste the deployer address into
wallet - (Optional) set
blockchainif you want a single chain - Adjust
pageandlimitif you want pagination - Click Send to retrieve deployed tokens
Reviewing the deployer tokens response
For each deployed token, the API can return:- Token metadata: name, symbol, decimals, supply, logo, contract address
- Market data: price, liquidity, volume, market cap, price change windows
- Liquidity and bonding context: pool address, bonding status, reserves
- Wallet activity stats: buys, sells, volume, average prices
- PnL signals: realized and unrealized PnL metrics (when available)
- Organic metrics: organic volume, trades, traders, buyers/sellers
- Source and socials: exchange/source and socials (when available)
Try It Live with Mobula Wallet Deployer Demo (UI)
You can also test this endpoint using our demo UI: Demo UI Homepage Wallet Deployer Demo UI DocsSummary
The Get Wallet Deployer Tokens endpoint helps you fetch all tokens deployed by a wallet and analyze each token with enriched market and activity metrics, including:- Deployer token discovery across chains
- Liquidity, volume, market performance, and wallet activity
- Organic trading metrics and deployer-linked signals
Try Mobula for Free
Try our free API today and start building in minutes.Get your free API key: Here