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 |
|---|
address string — 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 |
|---|
limit integermax number of items to fetch |
offset integerindex of the first items to fetch |
| Responses | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
200List of burnchain reward recipients and amounts
|