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
Authorizations
API key passed as a Bearer token in the Authorization header.
Path Parameters
The ID of the blockchain
Query Parameters
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 Number of items per page
Required range:
x >= 1Fetched coin balance for paging
Pattern:
^-?([1-9][0-9]*|0)$Address hash for paging
Pattern:
^0x([A-Fa-f0-9]{40})$Transactions count for paging
Quick (unpaginated) search
Previous
Retrieve detailed information about a specific address or contract
Next