Skip to main content

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.

Returns

walletLabelTypes
[WalletLabelType!]!
List of wallet label types. See WalletLabelType.

Arguments

This query takes no arguments.

Example

{
  walletLabelTypes {
    name
    displayName
    description
  }
}

Playground