/v1/nft/collections/{slug}/ownership
Ownership distribution
Request
https://api.xrpl.to/v1/nft/collections/fuzzybears/ownership| Path parameter | Value | Description |
|---|---|---|
| slug | A collection slug, or its identity as issuer:taxon |
| Query parameter | Value | Description |
|---|---|---|
| limit | int (max 100, default 20) |
curl 'https://api.xrpl.to/v1/nft/collections/fuzzybears/ownership'
Response
https://api.xrpl.to/v1/nft/collections/fuzzybears/ownership{ "slug": "fuzzybears", "name": "Fuzzybears", "totalNFTs": 3210, "totalOwners": 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
Ownership distribution