-
Notifications
You must be signed in to change notification settings - Fork 52
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
feature request: being able to just fetch nft pricing without all the token metadata #82
Comments
Hey! I'm working on this ability with a custom fetch strategy where you can fetch just metadata, just media info, just market info for each nft or a combination of all thereof as needed. However, it's a larger refactor and will take some time to roll out across this package and |
Rollout is coming soon! |
@iainnash is the rollout you are mentioning in reference to this more generalized looking nft-metadata repo that's popped up on Zora's Github recently? https://github.com/ourzora/nft-metadata |
It's in the branch /alpha_impl_hooks for this particular repo |
was just looking for how to do this as well but having trouble working out how... looks like that branch was deleted and not merged. did that feature end up getting implemented anywhere? |
Hey! This branch is now merged onto main. You can just use the standard nft hook data and ignore the nft metadata safely. |
We just want to be able to fetch nft pricing, without having to fetch all the metadata and token info from opensea. There is no way to do this via the current hooks, but it would be great if this is an option! This is especially important because opensea api is unstable and unreliable, and when it doesnt work (for example now it gives a cors error on our site) the useNFT hook breaks.
So something like:
useNFTPricing
would be great!The text was updated successfully, but these errors were encountered: