Get a Stream of Rewards for a Single AddressAsk AIget https://svc.blockdaemon.com/reporting/staking/v2/solana/{network}/{type}/rewards/{address}Returns 0 or more reward objects in a streaming fashion using ndjson. Must specify either a start and end time or an epochPath ParamsnetworkstringrequiredDefaults to mainnetThe network to look up against.typestringenumrequiredSpecifies whether the request is for a validator or delegator.validatordelegatorAllowed:validatordelegatoraddressstringrequiredDefaults to FQwewNXahV7MiZcLpY6p1xhUs2acVGQ3U5Xxc7FzV571The address to look up rewards for.Query ParamsstartTimenumberDefaults to 1709251200Epoch-based start time for reward queries. You can not specify both an epoch and start/end times.endTimenumberDefaults to 1711929600Epoch-based end time for reward queries. You can not specify both an epoch and start/end timesepochnumberDefaults to 755The epoch to look up rewards for, you can not specify both an epoch and start/end timesperiodstringenumrequiredDefaults to monthlyThe type of aggregation to apply.yearlydailyweeklymonthlyepochrawAllowed:yearlydailyweeklymonthlyepochrawdenominationstringenumDefaults to lamportsthe denomination to return the rewards inlamportssolAllowed:lamportssolHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/x-ndjsonAllowed:application/jsonapplication/x-ndjsonResponses 200OK 400Bad Request 422Validation ErrorUpdated 4 days ago