/v1/nft/holders/{slug}
Collection holder list
Request
https://api.xrpl.to/v1/nft/holders/fuzzybears| Path parameter | Value | Description |
|---|---|---|
| slug | A collection slug, or its identity as issuer:taxon |
| Query parameter | Value | Description |
|---|---|---|
| offset | int | |
| limit | int (max 100) |
curl 'https://api.xrpl.to/v1/nft/holders/fuzzybears'
Response
https://api.xrpl.to/v1/nft/holders/fuzzybears{ "success": true, "slug": "fuzzybears", "name": "Fuzzybears", "account": "rw1R8cfHGMySmbj7gJ1HkiCqTY1xhLGYAs", "taxon": 1, "stats": { "totalNFTs": 3210, "totalOwners": 715, "top10Percent": 17.76, "updatedAt": "2026-09-21T07:31:24.753Z" }, "changes": { "since": "2026-09-21T04:34:58.314Z", "ownersChange": 0, "summary": { "gainers": 0, "losers": 0, "newOwners": 0, "exitedOwners": 0 }, "gainers": [], "losers": [], "newOwners": [], "exitedOwners": [] }, "pagination": { "offset": 0, "limit": 20, "pages": 36, "total": 715 }, "topHolders": [ { "address": "rs8AJUQcw9gL4Q3QbY5Hyy6nBQVBmpZ1pB", "count": 76, "percentage": "2.37" }, { "address": "rp5cbpF6peihKW4TuBJZbL8U9atgDFUJhi", "count": 72, "percentage": "2.24" }, { "address": "rPSQFQyf43vcj2ps2neDM1nD8k3qFk1EE4", "count": 60, "percentage": "1.87" }, { "address": "rEshbhHXj7qQ44eYMgwWyWB6v8QkeSAYS4", "count": 58, "percentage": "1.81" }, { "address": "rEfPFDEhuScHZXMzTKQzPmqxGwNqfp8STX", "count": 55, "percentage": "1.71" } ] }
Long arrays and strings are shortened in the example; Send request for the full answer.
What it does
Collection holder list