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

Holders vs Tokens Held Collection Chart #834

Open kespinola opened 2 years ago

kespinola commented 2 years ago

Goal

Clients able to display a chart of holders vs tokens held for a nfts belonging to a collection.

collection(id: $id) {
  tokensHeldSpreadChart(startDate:  $startDate, endDate: $endDate) {
    tokensOwnedRange
    numberOfHolders
  }
}

Requirements

kespinola commented 2 years ago

Not available in dolphin API at this time. Expected availability Oct 21.