Skip to main content

Overview

The x404-MultiToken feature verifies that a user holds multiple tokens in their portfolio. You can require ALL tokens or ANY token from a list.

Import

Usage

Configuration

Array<{ mint: string, amount: string }>
required
Array of tokens the user must hold. Each token has a mint address and minimum amount.
'ALL' | 'ANY'
required
  • "ALL": User must hold ALL tokens in the list - "ANY": User must hold at least ONE token from the list

Error Types

Example: ALL Mode

Example: ANY Mode