Get recent burnchain reward for the given recipient
Retrieves a list of recent burnchain (e.g. Bitcoin) rewards for the given recipient with the associated amounts and block info
| Path Parameters | 
|---|
| addressstring —  REQUIREDReward 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 format Example: 36hQtSEXBMevo5chpxhfAGiCTSC34QKgda | 
| Query Parameters | 
|---|
| limitintegermax number of rewards to fetch | 
| offsetintegerindex of first rewards to fetch Example: 42000 | 
| Responses | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 200List of burnchain reward recipients and amounts 
 |