Stacking RewardsGet total burnchain rewards for the given recipient Get total burnchain rewards for the given recipientRetrieves the total burnchain (e.g. Bitcoin) rewards for a given recipient address.GET/extended/v1/burnchain/rewards/{address}/totalGet total burnchain rewards for the given recipientRetrieves the total burnchain (e.g. Bitcoin) rewards for a given recipient addressPath ParametersaddressRequiredstringReward recipient address. Should either be in the native burnchain's format (e.g. B58 for Bitcoin), or if a STX principal address is provided it will be encoded as into the equivalent burnchain formatExample: "36hQtSEXBMevo5chpxhfAGiCTSC34QKgda"Status codeDescription200List of burnchain reward recipients and amounts/extended/v1/burnchain/rewards/{address}/totalSendPathcURLJavaScriptcurl -X GET "https://api.hiro.so/extended/v1/burnchain/rewards/36hQtSEXBMevo5chpxhfAGiCTSC34QKgda/total"200Total burnchain rewards made to a recipientResponse{ "reward_recipient": "string", "reward_amount": "string" }TypescriptGet recent burnchain reward for the given recipientSearch