IoT reward sums of all gateways of the wallet
GET/solaccounts/:address/gateways/iot/rewards/sum
Returns a paginated history of IoT reward sums for the wallet’s gateways.
Each list item represents the aggregated rewards for a single gateway over
the requested time window. Use bucket ('hour' | 'day' | 'month') to
collapse multiple epochs into larger time slices; omit it to view per-epoch
totals. Pagination cursors combine the gateway id and time bucket to keep
iteration deterministic across requests.
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<AccountGatewayIotRewardSum> with per-gateway sums and pagination metadata.