/v1/nft/collections/{slug}/holders/history
Daily holder-count history
Request
https://api.xrpl.to/v1/nft/collections/fuzzybears/holders/history| Path parameter | Value | Description |
|---|---|---|
| slug | A collection slug, or its identity as issuer:taxon |
| Query parameter | Value | Description |
|---|---|---|
| from | unix ms | |
| to | unix ms |
curl 'https://api.xrpl.to/v1/nft/collections/fuzzybears/holders/history'
Response
https://api.xrpl.to/v1/nft/collections/fuzzybears/holders/history{ "collection": { "slug": "fuzzybears", "name": "Fuzzybears" }, "points": [ { "date": "2025-03-21", "holders": 478 }, { "date": "2025-03-22", "holders": 475 }, { "date": "2025-03-23", "holders": 475 }, { "date": "2025-03-24", "holders": 478 }, { "date": "2025-03-25", "holders": 465 } ], "summary": { "first": 478, "last": 715, "peak": { "date": "2026-09-18", "holders": 716 }, "days": 549 } }
Long arrays and strings are shortened in the example; Send request for the full answer.
What it does
Daily holder-count history