v1

latestOpenAPI 3.1.0MIT2026-07-17121736.2 KB
Asset Info API

Asset holder rank

Retrieves a relative account balance position among all accounts holding a particular asset.

get/explorer/{network}/asset/{asset}/position

Path parameters

network'public' | 'testnet' required

Stellar network

Example:public

Stellar network

assetstring required

An asset in the format {CODE}-{ISSUER} (or "XLM" for Stellar lumens)

Example:BTC-GDKIIIL2YPRSCSFAYT7FQCH4VXF34YNBIORTYCOKJK5CZ762LX2ND4L4

Asset used for rating calculation

accountstring required

Account address (ED25519 public key)

Example:GAB6FD5BCBVVQINU5USYV5K4JDAEO6RDL2GZU4K5BILPI6B4FIOF6QWW

Account address to check

Response

Asset holder rank info fetched

accountstring

Account address (ED25519 public key)

assetstring

An asset in the format {CODE}-{ISSUER} (or "XLM" for Stellar lumens)

balancestring

Asset balance owned by the account

positioninteger

Position among all accounts holding a particular asset

totalinteger

Total number of accounts with non-zero balance

Example response

{
  "account": "GAB6FD5BCBVVQINU5USYV5K4JDAEO6RDL2GZU4K5BILPI6B4FIOF6QWW",
  "asset": "BTC-GDKIIIL2YPRSCSFAYT7FQCH4VXF34YNBIORTYCOKJK5CZ762LX2ND4L4"
}