getFloorPrice
Obtain the marketplace floor price for any NFT collection by specifying the network and either the contract address or OpenSea slug to get the minimum listed price across marketplaces.
Instructions
Get the marketplace floor price for an NFT collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| contractAddress | No | Contract address for the NFT collection. | |
| collectionSlug | No | OpenSea slug for the NFT collection. |