/v1/holders/empty/{id}
Zero-balance trustlines (dust/airdrop accounts; precomputed bot accounts excluded)
Request
https://api.xrpl.to/v1/holders/empty/0dd550278b74cb6690fdae351e8e0df3| Path parameter | Value | Description |
|---|---|---|
| id | A token id: its md5, slug or issuer_currency |
| Query parameter | Value | Description |
|---|---|---|
| limit | int (1-1000; omit to return the full list) | |
| offset | int (default: 0, only with limit) |
curl 'https://api.xrpl.to/v1/holders/empty/0dd550278b74cb6690fdae351e8e0df3'
Response
https://api.xrpl.to/v1/holders/empty/0dd550278b74cb6690fdae351e8e0df3{ "success": true, "accounts": [ "r133nszTga66143GaVwWUS6zzQrTGPf7d", "r13cHG7iwsHMFeFkVpf3NZYr1dRFiTS9v", "r13juZi2czwU1cBNNKzVNPc63FN9K1iHM", "r13m9n9y7TVwFLfJnsMh1tGPRsXjMiaKh", "r15eBvTe1e6XSK5PUbTxdwiods7fWLqJx" ], "count": 30726, "total": 30726, "excluded": 32 }
Long arrays and strings are shortened in the example; Send request for the full answer.
{ success, accounts[], count, total, excluded, offset?, limit? }
What it does
Zero-balance trustlines (dust/airdrop accounts; precomputed bot accounts excluded)