Token Holder List

Returns the list of addresses and their count of tokens held of a requested VIP180 Token

Note : This endpoint is throttled to 10 calls/minute regardless of API Pro tier.

https://api.vechainstats.com/v2/token/holder-list
    ?token=vet
    &threshold=1250000000
    &page=1
    &VCS_API_KEY=your_api_key
ParameterDescription

token

Symbol of the requested token

treshold (optional)

Setting this to an Integer value limits the response addresses to those that hold an amount equal or above the treshold value

page

the integer page number, the available pages are shown in the response meta fields

Last updated