Helius SDK - v2.2.2
    Preparing search index...

    Type Alias DisplayOptions

    Flags that control what extra data is returned in asset list responses.

    type DisplayOptions = {
        requireFullIndex?: boolean;
        showClosedAccounts?: boolean;
        showCollectionMetadata?: boolean;
        showFungible?: boolean;
        showGrandTotal?: boolean;
        showInscription?: boolean;
        showNativeBalance?: boolean;
        showRawData?: boolean;
        showSystemMetadata?: boolean;
        showUnverifiedCollections?: boolean;
        showZeroBalance?: boolean;
    }
    Index

    Properties

    requireFullIndex?: boolean

    Require a full index scan (slower, but complete).

    showClosedAccounts?: boolean

    Include closed token accounts.

    showCollectionMetadata?: boolean

    Displays metadata for the collection. Defaults to false.

    showFungible?: boolean

    Include fungible tokens in the response.

    showGrandTotal?: boolean

    Shows the total number of assets that matched the query. This will make the request slower. Defaults to false.

    showInscription?: boolean

    Displays inscription details of assets inscribed on-chain. Defaults to false.

    showNativeBalance?: boolean

    Include native SOL balance alongside token assets.

    showRawData?: boolean

    Include raw on-chain account data.

    showSystemMetadata?: boolean

    Include system-level metadata fields.

    showUnverifiedCollections?: boolean

    Displays grouping information for unverified collections instead of skipping them. Defaults to false.

    showZeroBalance?: boolean

    Include token accounts with zero balance.