---
title: "Get wallet labels"
method: GET
path: "/api/2/wallet/labels"
tags: ["V2 - Wallet"]
---

# Get wallet labels

`GET /api/2/wallet/labels`

Retrieve wallet labels (proTrader, smartTrader, freshTrader, sniper, insider, bundler, etc.) for given wallet addresses. GET version with query parameters.

## Query parameters

- `walletAddresses` string
- `tokenAddress` string

## Response `200`

Wallet labels response

- object
  - `data` object[], required
    - `walletAddress` string, required
    - `labels` string[], required
    - `walletMetadata` object, nullable
      - `entityName` string, nullable, required
      - `entityLogo` string, nullable, required
      - `entityLabels` string[], required
      - `entityType` string, nullable, required
      - `entityDescription` string, nullable, required
      - `entityTwitter` string, nullable, required
      - `entityWebsite` string, nullable, required
      - `entityGithub` string, nullable, required
      - `entityDiscord` string, nullable, required
      - `entityTelegram` string, nullable, required
    - `platform` object, nullable
      - `id` string, required
      - `name` string, required
      - `logo` string, required
    - `fundingInfo` object, nullable
      - `from` string, nullable, required
      - `date` string, nullable, required
      - `chainId` string, nullable, required
      - `txHash` string, nullable, required
      - `formattedAmount` number, nullable, required
      - `currency` object, nullable, required
        - `name` string, required
        - `symbol` string, required
        - `logo` string, nullable, required
        - `decimals` number, required
        - `address` string, required
      - `fromWalletTag` string, nullable, required
      - `fromWalletLogo` string, nullable, required
      - `fromWalletMetadata` object, nullable
        - `entityName` string, nullable, required
        - `entityLogo` string, nullable, required
        - `entityLabels` string[], required
        - `entityType` string, nullable, required
        - `entityDescription` string, nullable, required
        - `entityTwitter` string, nullable, required
        - `entityWebsite` string, nullable, required
        - `entityGithub` string, nullable, required
        - `entityDiscord` string, nullable, required
        - `entityTelegram` string, nullable, required
        - `extra` object

## Other responses

- `402` — Payment Required

---

[API](https://skmtc.net/mobula/apis/mobula-api.md) · [All operations](https://skmtc.net/mobula/apis/mobula-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobula/mobula-api/versions/32f95d9e8ff2/schema)
