- APIs
- Stacks Blockchain API
- Members
Get stacking pool members
Retrieves the list of stacking pool members for a given delegator principal.
GET
Parameters
Path Parameters
pox
REQUIRED
string
pool_principal
REQUIRED
string Address principal of the stacking pool delegator
Query Parameters
limit
integer Results per page
offset
integer Result offset
after_block
integer If specified, only delegation events after the given block will be included
height
integer
unanchored
boolean Include data from unanchored (i.e. unconfirmed) microblocks
Status code | Description |
---|---|
200 | Default Response |
4XX | Default Response |
cURL
curl -L \"https://api.hiro.so/extended/v1/{pox}/{pool_principal}/delegations?limit={limit}&offset={offset}&after_block={after_block}&height={height}&unanchored=true" \-H 'Accept: application/json'
Response
{"limit": 20,"offset": 0,"total": 1,"results": [{"stacker": "SP318Q55DEKHRXJK696033DQN5C54D9K2EE6DHRWP","pox_addr": "string","amount_ustx": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef","burn_block_unlock_height": 144000,"block_height": 144000,"tx_id": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"}]}