getHoldersByCoinType

Get a list of all accounts that have coins of a particular denomination on balance.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

This is the Pro endpoint, currently available for free as part of the API campaign.

We provide the following metadata for this endpoint:

ObjectParameterDescription
CoincoinTypeThe type of a coin that the queried account holds provided in the following format: NxN::{coin name}::{COIN NAME}.
HolderholderAddressThe address hash of an account that holds coins of the queried coin type.
holderNameThe name of the account that holds coins of the queried coin type.
holderImgA link to the image of an account that holds coins of the queried coin type.
holderSecurityMessageA message warning that an account that holds coins of the queried coin type is involved in scam activity.
Path Params
string
required
Defaults to 0x2::sui::SUI

Erc-20 coin type - a field that looks like “coin_id:🪙:COIN”.

Query Params
int32
required
≥ 0
Defaults to 0

Queried API page.

int32
required
1 to 100
Defaults to 20

Number of queried entries.

string
enum
required
Defaults to DESC

Sorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).

Allowed:
string
enum
required
Defaults to AMOUNT

Select sorting parameter.

Allowed:
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*