Asset holders list
Returns a list of all accounts holding non-zero amount of the given asset sorted by the balance size. Accounts with an established trustline but with zero balance excluded from the results set. This API endpoint follows Stellar Horizon API response format convention. A response result contains records and navigation links.
Path parameters
Stellar network
Stellar network
An asset in the format {CODE}-{ISSUER} (or "XLM" for Stellar lumens)
Target asset
Response
Asset holders fetched
Example response
{
"_embedded": {
"records": [
{
"account": "GAB6FD5BCBVVQINU5USYV5K4JDAEO6RDL2GZU4K5BILPI6B4FIOF6QWW"
}
]
}
}Changes
Changed in 2 of the 5 revisions of this API.211
- ▲
the
////response's property type changed fromintegertostringfor statusresponse-property-type-changed
- ●
removed the optional property
////from the response with the statusresponse-optional-property-removed
- ▲
- ▲
the
////response's property type changed fromstringtointegerfor statusresponse-property-type-changed
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲