---
title: "Asset holder rank"
method: GET
path: "/explorer/{network}/asset/{asset}/position"
tags: ["Asset Info API"]
---

# Asset holder rank

`GET /explorer/{network}/asset/{asset}/position`

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

## Path parameters

- `network` 'public' | 'testnet', required — Stellar network
- `asset` string, required — An asset in the format {CODE}-{ISSUER} (or "XLM" for Stellar lumens)
- `account` string, required — Account address (ED25519 public key)

## Response `200`

Asset holder rank info fetched

- object
  - `account` string — Account address (ED25519 public key)
  - `asset` string — An asset in the format {CODE}-{ISSUER} (or "XLM" for Stellar lumens)
  - `balance` string — Asset balance owned by the account
  - `position` integer — Position among all accounts holding a particular asset
  - `total` integer — Total number of accounts with non-zero balance

## Other responses

- `400` — Invalid request parameters
- `404` — Asset not found

---

[API](https://skmtc.net/stellar-expert/apis/stellarexpert-api.md) · [All operations](https://skmtc.net/stellar-expert/apis/stellarexpert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar-expert/stellarexpert-api/revisions/5d96955edab4/schema)
