ankushKun/opensea

How to get the specific collection's floor price?

codertesla opened this issue · 1 comments

I tried to get a specific collection's floor price but can't find a way.

Let's say Cryptoadz, the contract address is here: '0x1cb1a5e65610aeff2551a50f76a87a7d3fb649c6'

How can I get its floor price?

Thanks.

Okay. I think I have found the solution: Use requests to scrap the Opensea collection page and fetch the floor price data from it.

Thanks.