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

# walletLabelTypes

> List the full vocabulary of wallet label types used across Mobula APIs.

### Returns

<ResponseField name="walletLabelTypes" type="[WalletLabelType!]!">
  List of wallet label types. See [WalletLabelType](/api-reference/graphql/types/WalletLabelType).
</ResponseField>

### Arguments

This query takes no arguments.

### Example

```graphql theme={null}
{
  walletLabelTypes {
    name
    displayName
    description
  }
}
```

### Playground

<iframe src={`https://graphql.mobula.io/graphql?query=${encodeURIComponent('{ walletLabelTypes { name displayName description } }')}`} title="GraphQL Playground" style={{ width: '100%', minHeight: '600px', border: '1px solid var(--color-border)', borderRadius: '8px' }} />
