pub async fn get_user_tier(
__arg0: State<AppState>,
__arg1: Query<GetUserTierQuery>,
) -> Result<SonicJson<UserTierResponse>, ApiError>Expand description
Get user tier for a wallet (public endpoint)
pub async fn get_user_tier(
__arg0: State<AppState>,
__arg1: Query<GetUserTierQuery>,
) -> Result<SonicJson<UserTierResponse>, ApiError>Get user tier for a wallet (public endpoint)