4.6 Rewards & Dashboard

GET /dashboard/overview — Dashboard Overview

Response (DashboardOverviewVO):

FieldTypeDescription
network_rewardsnumberCumulative network rewards
devicesint32Device count
traffic_gbnumberCumulative traffic (GB)
balancesAccountBalanceVO[]Balances by currency
total_earningsEarningCurrencyVO[]Total earnings (split by currency)
yesterday_earningsEarningCurrencyVO[]Yesterday's earnings

GET /dashboard/network-rewards — Network Rewards Detail (aggregated by reward type)

Response (NetworkRewardVO[]):

FieldTypeDescription
reward_typestringReward type
currencystringCurrency
amountnumberAmount

GET /dashboard/earnings — Earnings Chart Data (by date)

Returns date-aggregated earnings data points (EarningPointVO[]).


Document Maintenance: This document is compiled from the MetaEdge official website, API documentation, and CLI README. Content marked `[TBD]` is pending further information or confirmation from the MetaEdge team.