holaplex / indexer

Index Solana data using a Geyser plugin (downstream service cluster)
https://holaplex.com
GNU Affero General Public License v3.0
167 stars 39 forks source link

Collection NFT Price Distribution Charts #833

Open kespinola opened 2 years ago

kespinola commented 2 years ago

Goal

Client application able to show a chart of price distribution of NFTs within a collection.

Image

collection(id: "$id") {
  priceDistributionChart(startDate: $startDate, endDate: $endDate) {
     price
     numberOfListings
   }
}

Requirements

References

Dolphin endpoint listing spread for information.

/collection/listingSpread