Interface TonRevenueStatistics

A detailed statistics about Toncoins earned by the current user.

interface TonRevenueStatistics {
    @type: "tonRevenueStatistics";
    revenue_by_day_graph: StatisticalGraph;
    status: TonRevenueStatus;
    usd_rate: number;
}

Properties

@type: "tonRevenueStatistics"
revenue_by_day_graph: StatisticalGraph

A graph containing amount of revenue in a given day.

Amount of earned revenue.

usd_rate: number

Current conversion rate of nanotoncoin to USD cents.