'Retrieveing floor price for specific filtered assets Opensea
I know how to get normal collection floor price. However I'm trying to find out how to retrieve floor price for specific filtered assets. such as, grabbing floor price for this:
https://opensea.io/collection/veefriends-series-2?search[sortAscending]=true&search[sortBy]=PRICE&search[stringTraits][0][name]=Character&search[stringTraits][0][values][0]=Gracious%20Goose
I know that if I eventually somehow find out the cheapest assetID and ID I can call this url
https://api.opensea.io/api/v1/asset/{assetID}/{ID}/listings
which is my endpoint, but Im struggling finding the cheapest assetId and Id's.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|