Get total burnchain rewards for the given recipient

Retrieves the total burnchain (e.g. Bitcoin) rewards for a given recipient address.

GET
/extended/v1/burnchain/rewards/{address}/total

Get total burnchain rewards for the given recipient

Retrieves the total burnchain (e.g. Bitcoin) rewards for a given recipient address

Path Parameters

address
Required
string

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"
Status codeDescription
200List of burnchain reward recipients and amounts
/extended/v1/burnchain/rewards/{address}/total

curl -X GET "https://api.hiro.so/extended/v1/burnchain/rewards/36hQtSEXBMevo5chpxhfAGiCTSC34QKgda/total"

Total burnchain rewards made to a recipient

{
  "reward_recipient": "string",
  "reward_amount": "string"
}