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
Example response
{
"account": "GAB6FD5BCBVVQINU5USYV5K4JDAEO6RDL2GZU4K5BILPI6B4FIOF6QWW",
"asset": "BTC-GDKIIIL2YPRSCSFAYT7FQCH4VXF34YNBIORTYCOKJK5CZ762LX2ND4L4"
}Changes
Changed in 2 of the 5 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲