Retrieves a paginated list of addresses holding the native coin, sorted by balance.
API key for authentication. Required for all Pro API endpoints. Obtain your API key at https://dev.blockscout.com/
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Sort transactions by:
order parameter.balance, transactions_count Sort order:
sort parameter.asc, desc Fetched coin balance for paging
^-?([1-9][0-9]*|0)$Address hash for paging
^0x([A-Fa-f0-9]{40})$Number of items returned per page
1 <= x <= 50Transactions count for paging
List of native coin holders with their balances, with pagination.
^([1-9][0-9]*|0)(\.[0-9]+)?${
"fetched_coin_balance": "124355417998347240251800",
"hash": "0x59708733fbbf64378d9293ec56b977c011a08fd2",
"items_count": 50,
"transactions_count": null
}^([1-9][0-9]*|0)(\.[0-9]+)?$