NFT Holder List

Returns the list of addresses and their count of NFTs held of a requested NFT project

https://api.vechainstats.com/v2/nft/holder-list
    ?id=exoworlds
    &threshold=100
    &page=
    &VCS_API_KEY=your_api_key

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

ParameterDescription

id

The ID of a NFT project, can be found in the NFT Token List endpoint

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