List addresses holding native coins sorted by balance - top accounts
addresses
List addresses holding native coins sorted by balance - top accounts
Retrieves a paginated list of addresses holding the native coin, sorted by balance.
GET
List addresses holding native coins sorted by balance - top accounts
Documentation Index
Fetch the complete documentation index at: https://blockscout-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
API key for rate limiting or for sensitive endpoints
Secret key for getting access to restricted resources
Sort results by:
- balance - Sort by account balance
- transactions_count - Sort by number of transactions
Should be used together with
orderparameter.
Available options:
balance, transactions_count Sort order:
- asc - Ascending order
- desc - Descending order
Should be used together with
sortparameter.
Available options:
asc, desc Fetched coin balance for paging
Pattern:
^-?([1-9][0-9]*|0)$Address hash for paging
Pattern:
^0x([A-Fa-f0-9]{40})$Number of items returned per page
Required range:
1 <= x <= 50Transactions count for paging
Response
List of native coin holders with their balances, with pagination.
Pattern:
^([1-9][0-9]*|0)(\.[0-9]+)?$Example:
{
"fetched_coin_balance": "124355417998347240251800",
"hash": "0x59708733fbbf64378d9293ec56b977c011a08fd2",
"items_count": 50,
"transactions_count": null
}Pattern:
^([1-9][0-9]*|0)(\.[0-9]+)?$