Files
stacks-blockchain-api/docs/api/stacking/get-pool-delegations.example.json
Matthew Little 3cd6023e89 feat: stacking pool members endpoint (#1592)
* feat: endpoint to fetch stacking pool members #465

* docs: schema and docs for new endpoint

* chore: use `/extended/beta` prefix for endpoint

* docs: description fix

* docs: summary fix

* chore: bump migration file to latest

* chore: update endpoint to less ambiguous terminology

* feat: query param to filter for recent delegations by min block height, exclude old delegation events for the same stacker

* chore: doc typo
2023-03-29 10:13:43 +02:00

23 lines
673 B
JSON

{
"limit": 200,
"offset": 0,
"total": 2,
"results": [
{
"stacker": "SPDGWQ60E1QXTC6E4VHKK0NG34EAX554WDFFFHMF",
"pox_addr": "bc1qxhmdufsvnuaaaer4ynz88fspdsxq2h9e9cetdj",
"amount_ustx": "2062697998",
"burn_block_unlock_height": 781984,
"block_height": 65917,
"tx_id": "0x3c81cd26ed172a7e552ed245b8b290abefa4f82dfc610a0091ac91c2eed7f9e6"
},
{
"stacker": "SP7RNXF7YBSS43TECXTHF7W1MAB221WWW8RKPGSN",
"pox_addr": "1Di1YoMov6Ua3gPedfQz7TkP6iTLqbPUzi",
"amount_ustx": "4815793194",
"block_height": 65910,
"tx_id": "0x1692cd26ed172a7e552ed245b8b290abefa4f82dfc610a0091ac91c2eed7f9e6"
}
]
}