@circle-fin/usdckit - v0.18.0
    Preparing search index...
    GetWalletsWithBalancesInput: {
        address?: string;
        amountGte?: string;
        blockchain: Blockchain;
        refId?: string;
        scaCore?: ScaCore;
        tokenAddress?: string;
        walletSetId?: string;
        xRequestId?: string;
    } & Pagination

    Represents the input for listing wallets.

    Type declaration

    • Optionaladdress?: string

      The address of the wallet to filter by.

    • OptionalamountGte?: string

      Filters wallets where the balance is greater than or equal to the specified amount. Applies to the specified token if tokenAddress is provided; otherwise, to the native token.

    • blockchain: Blockchain

      The blockchain to filter by.

    • OptionalrefId?: string

      Reference or description used to identify the wallet.

    • OptionalscaCore?: ScaCore

      Filters results by the SCA version.

    • OptionaltokenAddress?: string

      Blockchain address of the transferred token. Empty for native tokens.

    • OptionalwalletSetId?: string

      The ID of the wallet set to filter by.

    • OptionalxRequestId?: string

      Developer-provided parameter used to identify this request.