Get fungible token holders
Retrieves the list of fungible token holders for a given token ID.
GET
/extended/v1/tokens/ft/{token}/holders
Fungible token holders
Retrieves the list of fungible token holders for a given token ID. Specify stx
for the token
parameter to get the list of STX holders.
Path Parameters
token
Requiredstring
fungible token identifier
Status code | Description |
---|---|
200 | Fungible token holders |
Terminal
$curl -X GET "https://api.hiro.so/extended/v1/tokens/ft/string/holders"
List of fungible token holders
{"limit": 200,"offset": 0,"total": 0,"total_supply": "string","results": [{"address": "string","balance": "string"}]}