Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collection NFT Price Distribution Charts #833

Open
kespinola opened this issue Oct 19, 2022 · 0 comments
Open

Collection NFT Price Distribution Charts #833

kespinola opened this issue Oct 19, 2022 · 0 comments
Assignees

Comments

@kespinola
Copy link
Contributor

kespinola commented Oct 19, 2022

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
@kespinola kespinola self-assigned this Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant