Floor Prices By Slug
Retrieves the floor prices of an NFT collection across different marketplaces.
Please note that this endpoint is only available on Ethereum mainnet for Opensea & Looksrare marketplaces.
Path parameters
apiKey
Query parameters
contractAddress
String - Contract address for the NFT contract (ERC721 and ERC1155 supported).
collectionSlug
String - OpenSea slug for the NFT collection.
Response
Returns the floor prices of the specified NFT collection across different marketplaces.
nftMarketplaceName
Name of the NFT marketplace where the collection is listed (in camel case). Current marketplaces supported - openSea
, looksRare
. So instead of the word nftMarketplaceName
you will see marketplace names like openSea
here.