Coins
getHoldersByCoinType
Get a list of all accounts that have coins of a particular denomination on balance.
get/v1/coins/{coinType}/holders
Path parameters
coinTypestring required
Erc-20 coin type - a field that looks like “coin_id::coin::COIN”.
Erc-20 coin type - a field that looks like “coin_id::coin::COIN”.
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).
sortBy'AMOUNT' required
Select sorting parameter.
Select sorting parameter.
Response
OK