Replies: 1 comment
-
You can get listings with the nft details returned in the same call with the events API |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a use case of showing listings and NFT details in the same page(name, price, attributes).
With the existing API I found the only way to fetch listings first then get NFTs after. But this takes N+1 requests for N items which is blocked by the rate limiter.
Any other ways to fetch listings with NFT details?
Best,
AI
Beta Was this translation helpful? Give feedback.
All reactions