'Find number of tokens for sale under a certain price using opensea api
I am exploring the opensea API to find the number of tokens for sale below a certain eth value. For example, a search like this shows 136 items for sale at the moment under 35 ETH.
I have looked into all the possible end points and the '/assets' endpoint seems to provide the data of listings for 50 items at max (in one call). However, the challenge with this approach is that it would require 200 calls for a typical 10k-item collection.
Is there any way to directly get that info from Opensea? All leads are welcome!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
