Get wallet labels
Wallet APIs
Get Wallet Labels
Retrieve wallet labels (proTrader, smartTrader, freshTrader, sniper, insider, bundler, etc.) for a given wallet address and token address (optional). GET version with query parameters.
GET
Get wallet labels
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.
Query Details
| Name | Required | Description |
|---|---|---|
walletAddresses | No | Comma-separated wallet addresses (max 100) |
tokenAddress | No | Token address, if set, will return token-specific labels |
Usage Examples
- Query by
Wallet Address
- Query by multiple
Wallet Addresses
- Query by
Wallet Address&Token Address
Response Fields
The response includes the following fields for each wallet:| Field | Description |
|---|---|
walletAddress | The wallet address |
labels | Array of labels (proTrader, smartTrader, freshTrader, sniper, insider, bundler, etc.) |
walletMetadata | Entity metadata (name, logo, type, socials) if the wallet belongs to a known entity |
platform | Platform metadata (id, name, logo) if the wallet is linked to a known platform |
fundingInfo | Funding source information for the wallet (see below) |
fundingInfo Object
| Field | Description |
|---|---|
from | Address that initially funded this wallet |
date | Date of the funding transaction |
chainId | Chain where the funding occurred (e.g. evm:8453) |
txHash | Transaction hash of the funding transaction |
formattedAmount | Human-readable amount of native currency received |
currency | Native token details (name, symbol, logo, decimals, address) |
fromWalletTag | Label/entity name of the funding wallet, if known |
fromWalletLogo | Logo of the funding wallet, if known |
fromWalletMetadata | Full entity metadata of the funding wallet (see below), if known |
fromWalletMetadata Object (nullable)
| Field | Description |
|---|---|
entityName | Name of the entity (e.g. “Binance”, “Solana”) |
entityLogo | Logo URL of the entity |
entityLabels | Array of entity labels (e.g. [“CEX”]) |
entityType | Entity type (e.g. “exchange”, “smart-contract-platform”) |
entityDescription | Description of the entity |
entityTwitter | Twitter URL |
entityWebsite | Website URL |
entityGithub | GitHub URL |
entityDiscord | Discord URL |
entityTelegram | Telegram URL |