interface IndexerServerBlitzPointsLeaderboardResponse {
    positions: {
        address: string;
        trading_points: string;
        referral_points: string;
        rank: string;
    }[];
}

Properties

Properties

positions: {
    address: string;
    trading_points: string;
    referral_points: string;
    rank: string;
}[]