What this endpoint does
With this API, you can:- Retrieve wallet labels for one or multiple wallets
- Detect trading-style labels like proTrader, smartTrader, freshTrader, sniper, insider, bundler, and more
- Optionally provide a token address to get labels in the context of that token
- Use the output to power wallet profiling, filtering, and ranking in your product
What you’ll need
- Basic knowledge of REST APIs
- A wallet address
- A Mobula API key
Get a free API key: Here Optional:
- DexScreener + a block explorer to find active wallets and token contract addresses
When to use Get Wallet Labels
Use this endpoint when you want to:- Identify “smart money” style wallets and trading behavior
- Label wallets for discovery (leaderboards, filtering, tagging systems)
- Build trader profiles (pro trader vs fresh trader vs sniper)
- Add wallet classification to dashboards or wallet analytics products
- Run wallet screening before copying trades or tracking addresses
If you want wallet activity feeds, use wallet/activity.
Walkthrough — Get Wallet Labels for a Wallet
1. Prepare your query
Thewallet/labels endpoint requires one parameter to work:
| Parameter | Description |
|---|---|
walletAddresses | Required. A string or array of wallet addresses |
tokenAddress | Optional. If set, returns labels in the context of that token |
2. Find a wallet address to test
To retrieve real wallet data:- Open DexScreener
- Open any token page
- Go to the Transactions (or traders activity) section
- Pick a recent transaction and copy the signer wallet address
walletAddresses.
3. (Optional) Find a token address to label by token context
If you want token-specific label context:- On the same DexScreener token page, copy the token contract address
tokenAddress.
4. Fill the API form
In the Mobula docs “Try it” form:- Paste your wallet(s) into
walletAddresses - (Optional) paste the token contract into
tokenAddress - Click Send
Reviewing the wallet labels response
The response returns labels for the wallet(s) you submitted. What you should expect:- A list of label outputs per wallet
- Labels can include classifications like: proTrader, smartTrader, freshTrader, sniper, insider, bundler, etc.
- If you provided
tokenAddress, labels are returned with token context fundingInfo— the wallet’s initial funding source, including the funder address, chain, amount, currency, and funder identity if known. This removes the need to call/wallet/positionsjust to get funding data.
Try It Live with Mobula Wallet Labels Demo (UI)
You can also test this endpoint using our demo UI: Demo UI Homepage Wallet Labels Demo UI DocsSummary
The Get Wallet Labels endpoint helps you classify wallets with trader-style labels, including:- Wallet labels like proTrader, smartTrader, freshTrader, sniper, insider, bundler
- Optional token-context labeling with
tokenAddress - Support for multiple wallet inputs via
walletAddresses - Funding info (funder address, chain, amount, currency) included in the response — no extra API call needed
Try Mobula for Free
Try our free API today and start building in minutes.Get your free API key: Here