Get recent reward slot holders
Retrieves a list of the Bitcoin addresses that would validly receive Proof-of-Transfer commitments.
GET
/extended/v1/burnchain/reward_slot_holders
Get recent reward slot holders
Retrieves a list of the Bitcoin addresses that would validly receive Proof-of-Transfer commitments.
Query Parameters
limit
integer
max number of items to fetch
Default:96
Maximum: 250
offset
integer
index of the first items 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/reward_slot_holders?limit=96&offset=42000"
GET request that returns reward slot holders
{"limit": 30,"offset": 0,"total": 0,"results": [{"canonical": true,"burn_block_hash": "string","burn_block_height": 0,"address": "string","slot_index": 0}]}