Get recent burnchain reward recipients
Retrieves a list of recent burnchain (e.g. Bitcoin) reward recipients with the associated amounts and block info.
GET
/extended/v1/burnchain/rewards
Get recent burnchain reward recipients
Retrieves a list of recent burnchain (e.g. Bitcoin) reward recipients with the associated amounts and block info
Query Parameters
limit
integer
max number of rewards to fetch
Default:96
Maximum: 250
offset
integer
index of first rewards to fetch
Example:42000
Status code | Description |
---|---|
200 | List of burnchain reward recipients and amounts |
Terminal
$curl -X GET "https://api.hiro.so/extended/v1/burnchain/rewards?limit=96&offset=42000"
GET request that returns blocks
{"limit": 30,"offset": 0,"results": [{"canonical": true,"burn_block_hash": "string","burn_block_height": 0,"burn_amount": "string","reward_recipient": "string","reward_amount": "string","reward_index": 0}]}