Tokens
getHoldersByTokenId
Get a list of all accounts that have tokens of the queried denomination on balance.
get/v1/tokens/{tokenId}/holders
Path parameters
tokenIdstring required
Queried token ID.
Queried token ID.
Query parameters
pageinteger required
Queried API page.
sizeinteger required
Number of queried entries.
orderBy'ASC' | 'DESC' required
Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).
searchStrstring
Enter part or full account address to get the queried holder account.
sortBy'BALANCE' | 'PERCENTAGE' | 'BALANCE' | 'PERCENTAGE' required
Select sorting parameter.
Response
OK