> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Track Tokens Deployed by a Wallet Across Solana, Ethereum, Base & More

> Easily fetch all tokens deployed by a creator wallet, including enriched token metrics like liquidity, market performance, trading activity, and organic volume using the Mobula API.

The [**Get Wallet Deployer Tokens**](https://docs.mobula.io/rest-api-reference/endpoint/wallet-deployer) endpoint returns every token created by a deployer wallet, enriched with **token metadata**, **liquidity and bonding data**, **price performance**, **organic volume**, and **wallet-level activity insights**.

It is ideal for developers building **token discovery tools**, **deployer dashboards**, **on-chain research apps**, and **trader analytics**.

***

<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
  <iframe src="https://www.youtube.com/embed/yXER8wlZTnk" title="YouTube video player" style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', border: 0 }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />
</div>

***

## 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**

Unlike token-only market endpoints, this endpoint is built for **deployer-first analysis**, so you can map a creator wallet to all tokens it launched.

***

## What you’ll need

* Basic knowledge of REST APIs
* A creator (**deployer**) wallet address
* A Mobula API key

Note: All Mobula endpoints require an API key.\
Get a free API key: [Here](https://admin.mobula.io/)

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

If you want deeper token analytics after discovering deployed tokens, you can also use:

* [**Get Token Details**](https://docs.mobula.io/rest-api-reference/endpoint/token-details)
* [**Get Token Trades**](https://docs.mobula.io/rest-api-reference/endpoint/token-trades)
* [**Get Token Holder Positions**](https://docs.mobula.io/rest-api-reference/endpoint/token-holder-positions)

If you want full wallet-level activity tracking for the deployer, use: [**Get Wallet Activity**](https://docs.mobula.io/rest-api-reference/endpoint/wallet-activity)

***

## Walkthrough to Get Wallet Deployer Tokens

### 1. Prepare your query

The `wallet/deployer` endpoint uses:

| Parameter | Description                       |
| --------- | --------------------------------- |
| `wallet`  | Creator wallet address to analyze |

Optional parameters you can use:

* `blockchain`: analyze a specific chain analyze a specific chain like [Solana](https://docs.mobula.io/blockchains/solana), [Ethereum](https://docs.mobula.io/blockchains/ethereum), and more (otherwise defaults to all supported chains)
* `page`: paginate through the deployer’s token list
* `limit`: control how many deployed tokens are returned per page

### 2. Find a deployer wallet address to test

To retrieve real wallet data:

1. Open DexScreener
2. Search for any token
3. Open the token page
4. Copy the developer / creator / deployer address

Use that address as the `wallet` parameter.

### 3. Fill the API form

Back in the endpoint “Try it” form:

* Paste the deployer address into `wallet`
* (Optional) set `blockchain` if you want a single chain
* Adjust `page` and `limit` if 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)

This makes it easy to build a deployer token list UI with meaningful performance and activity signals, not just token addresses.

***

## Try It Live with Mobula Wallet Deployer Demo (UI)

You can also test this endpoint using our demo UI:

[Demo UI Homepage](https://mobula-demo-endpoint-production.up.railway.app/)

[Wallet Deployer Demo UI](https://mobula-demo-endpoint-production.up.railway.app/wallet-deployer)

[Docs](https://docs.mobula.io/rest-api-reference/endpoint/wallet-deployer)

***

## Summary

The [**Get Wallet Deployer Tokens**](https://docs.mobula.io/rest-api-reference/endpoint/wallet-deployer) 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

If you’re building deployer dashboards, token discovery tools, or research workflows, this endpoint is a strong foundation.

***

## Try Mobula for Free

Try our free API today and start building in minutes.\
Get your free API key: [Here](https://admin.mobula.io/)
