0

I am going to get NFT collections order by total_volume.

https://opensea.io/rankings?sortBy=total_volume

It is possible to get assets, but I cannot find proper api for that as there is no option for order by, it will be only fetch by created date.

blackgreen
  • 34,072
  • 23
  • 111
  • 129
smiley717
  • 17
  • 1
  • 3

1 Answers1

0

They use ?search[attribute] as params. This is what I have seen.

So try something like this:

https://opensea.io/rankings?search[sortAscending]=true&search[sortBy]=TOTAL_VOLUME
blackgreen
  • 34,072
  • 23
  • 111
  • 129
micke
  • 117
  • 1
  • 6