Skip to main content
GET
List addresses holding native coins sorted by balance - top accounts

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

chain_id
string
required

The ID of the blockchain

Query Parameters

sort
enum<string>

Sort results by:

  • balance - Sort by account balance
  • transactions_count - Sort by number of transactions Should be used together with order parameter.
Available options:
balance,
transactions_count
order
enum<string>

Sort order:

  • asc - Ascending order
  • desc - Descending order Should be used together with sort parameter.
Available options:
asc,
desc
items_count
integer

Number of items per page

Required range: x >= 1
fetched_coin_balance
string | null

Fetched coin balance for paging

Pattern: ^-?([1-9][0-9]*|0)$
hash
string

Address hash for paging

Pattern: ^0x([A-Fa-f0-9]{40})$
transactions_count

Transactions count for paging

Response

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

exchange_rate
string | null
required
Pattern: ^([1-9][0-9]*|0)(\.[0-9]+)?$
items
TopAddress · object[]
required
next_page_params
object | null
required
Example:
total_supply
string | null
required
Pattern: ^([1-9][0-9]*|0)(\.[0-9]+)?$