/v1/testnet/tokens/{md5}/holders
Holders of a Testnet token, largest first
Request
https://api.xrpl.to/v1/testnet/tokens/12989284778980e987410b6e10cf7f9c/holders| Path parameter | Value | Description |
|---|---|---|
| md5 | The token's md5 (md5 of issuer_currency) |
| Query parameter | Value | Description |
|---|---|---|
| limit | 1-200 | |
| page | from 1 |
curl 'https://api.xrpl.to/v1/testnet/tokens/12989284778980e987410b6e10cf7f9c/holders'
Response
https://api.xrpl.to/v1/testnet/tokens/12989284778980e987410b6e10cf7f9c/holders{ "success": true, "took": 1, "holders": [ { "account": "rEc17YM54zCGkzHfnNGtrp1dR31ACUYhep", "balance": 27814.59723541317, "limit": 0, "time": 1789975862000 }, { "account": "r9n8QuXGjp2RfLuE3GZkot5bnyGcucQfmr", "balance": 3065.672477402276, "limit": 1000000, "time": 1789974702000 }, { "account": "rhPpe9bR7JeY5wjD36QConkYHogcz8YVeT", "balance": 2495.040887265047, "limit": 1000000, "time": 1789974602000 }, { "account": "rGfkYo8GAoQ5eLgxoYTfcKpRcmnnd5qsua", "balance": 2078.506990363233, "limit": 1000000, "time": 1789974980000 }, { "account": "rEMYW7dJsVenxF13i2aGuym7YjYYMnZ5mY", "balance": 2042.420031460737, "limit": 1000000, "time": 1789973421000 } ], "count": 50, "total": 119, "page": 1, "limit": 50 }
Long arrays and strings are shortened in the example; Send request for the full answer.
{ holders: [{ account, balance, limit, time }], count, total }
What it does
Holders of a Testnet token, largest first