Get recent reward slot holder entries for the given address
Retrieves a list of the Bitcoin addresses that would validly receive Proof-of-Transfer commitments for a given reward slot holder recipient address.
| Path Parameters | 
|---|
| addressstring —  REQUIREDReward slot holder 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 | 
| Query Parameters | 
|---|
| limitintegermax number of items to fetch | 
| offsetintegerindex of the first items to fetch | 
| Responses | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 200List of burnchain reward recipients and amounts 
 |