Collection
One NFT collection, the way its page on xrpl.to shows it: details, its NFTs sorted and filtered by trait, price chart, activity, holders and order book.
Details
- GET
/v1/nft/collections/{slug}Collection details - GET
/v1/nft/collections/resolveResolve a collection from its XLS-20 on-chain identity (issuer account + taxon) to the full collection object incl. slug/cid. Every {slug} param on /nft/* endpoints ALSO accepts this identity directly as "<issuer>:<taxon>" (e.g. /nft/collections/rLyr...:1234/history) - GET
/v1/nft/collections/{slug}/metricsCollection metrics snapshot (floor + deltas, volumes, sales, owners, listings) - GET
/v1/nft/collections/{slug}/relatedRelated projects: other tokens and NFT collections that share the audience of this collection. An edge means wallets hold both and accounts post about both — it is NOT a wallet link and does not assert a shared operator (see /token/review for that).
Cover image
NFTs in the collection
Traits lists every trait and value in the collection; pass them back to the NFT list to filter it.
Price chart
Floor price candles, and the mint, holder and listing series the chart switches to.
- GET
/v1/nft/collections/{slug}/ohlcCollection OHLC chart data - GET
/v1/nft/collections/{slug}/ohlc/{date}/salesNFTs sold on specific date - GET
/v1/nft/collections/{slug}/floor/historyFloor price history - GET
/v1/nft/collections/{slug}/sparklineCollection floor price sparkline - GET
/v1/nft/floor/history/{cid}Floor history by collection ID - GET
/v1/nft/collections/{slug}/listings/historyDaily listed-count history merged with floor/volume/sales - GET
/v1/nft/collections/{slug}/holders/historyDaily holder-count history - GET
/v1/nft/collections/{slug}/mintsMint counts over time with cumulative total
Activity
Holders and traders
- GET
/v1/nft/holders/{slug}Collection holder list - GET
/v1/nft/holders/{slug}/distributionHolder distribution by tier (whales/orcas/dolphins/fish/shrimp) - GET
/v1/nft/collections/{slug}/ownershipOwnership distribution - GET
/v1/nft/collections/{slug}/tradersTop traders - GET
/v1/nft/analytics/collection/{slug}/tradersTop traders for collection - GET
/v1/nft/analytics/rotations/{cid}NFT collection rotations by collection id