Skip to content

Collection NFT Price Distribution Charts #833

@kespinola

Description

@kespinola

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

  • Proxy dolphin API for price distribution of listings associated to a collection and transform response according to the above query

References

Dolphin endpoint listing spread for information.

/collection/listingSpread

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions