v1

latestOpenAPI 3.0.02026-07-26268286602.5 KB
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/{chain_id}/api/v2/addresses

Path parameters

chain_idstring required

The ID of the blockchain

Query parameters

sort'balance' | 'transactions_count'

Sort results by:

  • balance - Sort by account balance
  • transactions_count - Sort by number of transactions Should be used together with order parameter.
order'asc' | 'desc'

Sort order:

  • asc - Ascending order
  • desc - Descending order Should be used together with sort parameter.
items_countinteger

Number of items per page

fetched_coin_balancestring nullable

Fetched coin balance for paging

hashstring

Address hash for paging

integer
OR
string
OR
string

Transactions count for paging

Response

List of native coin holders with their balances, with pagination.

exchange_ratestring nullable required
next_page_paramsobject nullable required
total_supplystring nullable required

Example response

{
  "next_page_params": {
    "fetched_coin_balance": "124355417998347240251800",
    "hash": "0x59708733fbbf64378d9293ec56b977c011a08fd2",
    "transactions_count": null
  }
}