- APIs
- Stacks Blockchain API
- Holders
Get fungible token holders
Retrieves the list of fungible token holders for a given token ID.
GET
Parameters
Path Parameters
token
REQUIRED
string fungible token identifier
Query Parameters
limit
integer max number of holders to fetch
offset
integer index of first holder to fetch
Status code | Description |
---|---|
200 | Default Response |
4XX | Default Response |
cURL
curl -L \"https://api.hiro.so/extended/v1/tokens/ft/{token}/holders?limit={limit}&offset={offset}" \-H 'Accept: application/json'
Response
{"total_supply": "5817609278457","limit": 20,"offset": 0,"total": 1,"results": [{"address": "SP3G2QZHYDZPJ2FBN2V2MB74T5ZQ6FQK2P5QJ2K6","balance": "174823763"}]}