Mobile reward sums of all gateways of the wallet
GET/solaccounts/:address/gateways/mobile/rewards/sum
Returns a paginated history of mobile reward sums for the wallet’s gateways.
Each row aggregates MOBILE proof-of-coverage and data-transfer payouts for
a gateway across the requested window. Use bucket to collapse epochs into
hourly, daily, or monthly buckets; leave it empty to inspect raw epoch sums.
The pagination cursor combines gateway and bucket metadata to keep ordering
stable even as new rewards arrive.
Each gateway included in the response is sourced from the same registry used for quota tracking, so entries count toward your gateway limits.
Request
Responses
- 200
ListResponse<AccountGatewayMobileRewardSum> with per-gateway sums and pagination metadata.