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.
GET
/extended/v1/burnchain/rewards/{address}
Retrieves a list of recent burnchain (e.g. Bitcoin) rewards for the given recipient with the associated amounts and block info.
Path parameters
address
Requiredstring
Reward 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
limit
integer
Max number of rewards to fetch
offset
integer
Index of first rewards to fetch
Example:42000
Status code | Description |
---|---|
200 | List of burnchain reward recipients and amounts |
GET request that returns blocks