interface IndexerServerBlitzPointsResponse {
    initial_points: string;
    trading_points: string;
    referral_points: string;
    maker_volumes: string;
    taker_volumes: string;
    users_referred: string;
    phase2_points: {
        epoch: number;
        start_time: string;
        period: string;
        trading_points: string;
        referral_points: string;
        taker_volumes: string;
        maker_volumes: string;
        rank: string;
    }[];
}

Properties

initial_points: string
trading_points: string
referral_points: string
maker_volumes: string
taker_volumes: string
users_referred: string
phase2_points: {
    epoch: number;
    start_time: string;
    period: string;
    trading_points: string;
    referral_points: string;
    taker_volumes: string;
    maker_volumes: string;
    rank: string;
}[]