Alchemy MCP Plugin

get_floor_price

Get floor price for an NFT collection

Input Schema

NameRequiredDescriptionDefault
contractAddressYesThe contract address of the NFT collection

Input Schema (JSON Schema)

{ "properties": { "contractAddress": { "description": "The contract address of the NFT collection", "type": "string" } }, "required": [ "contractAddress" ], "type": "object" }