Skip to main content

/extended/v1/tokens/ft/stx/holders REST API Endpoint

Retrieves a list of STX token holders and their balances on the Stacks blockchain.

Updated on
Aug 29, 2024

/extended/v1/tokens/ft/stx/holders REST API Endpoint

Parameters

This method does not accept any parameters

Returns

limit
integer
Maximum number of records returned per query
offset
integer
Starting point for the returned records
total
integer
Total number of records available
total_supply
string
Total supply of tokens in the system
results
array
List of accounts with their addresses and balances
address
string
The unique identifier for an account
balance
string
The token balance associated with the given address
Request
1
curl -X 'GET' \
2
'https://docs-demo.stacks-mainnet.quiknode.pro/extended/v1/tokens/ft/stx/holders' \
3
-H 'Content-Type: application/json'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free