How to get collection information

How to get information about a collection such as change, floor , total volume, etc. And also how to get a list of nft collections by address with information about each one

1 Like

Hi @barsuk04, you can use the endpoints below to obtain this data:

Get NFT Collections By Wallet - https://docs.moralis.io/web3-data-api/evm/reference/get-wallet-nft-collections?address=0x1f9090aaE28b8a3dCeaDf281B0F12828e676c326&chain=eth

Lowest/Floor Price - https://docs.moralis.io/web3-data-api/evm/reference/get-nft-lowest-price?address=0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D&chain=eth&marketplace=opensea

We don’t have a specific endpoint for volume, but you can try using the Get NFT Trades endpoint to see the trades for a contract - https://docs.moralis.io/web3-data-api/evm/reference/get-nft-trades?address=0x81Ae0bE3A8044772D04F32398bac1E1B4B215aa8&chain=eth&marketplace=opensea