Skip to main content

Overview

The x404-Tier feature provides tiered access levels (Bronze, Silver, Gold) based on token holdings. Users are assigned to the highest tier they qualify for.

Import

Usage

Configuration

object
required
Configuration object with bronze, silver, and gold tier requirements:
Each tier requires a token mint address and minimum amount. Users qualify for the highest tier they meet.

Response

The response includes a tier field indicating the user’s tier:
'bronze' | 'silver' | 'gold'
The highest tier the user qualifies for

Example