Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

evm_getnftfloorpricebycontract

Retrieve the current floor price of NFTs in a specified collection by contract address. Updated every 30 minutes via the Moralis MCP Server.

Instructions

Get floor price for a given collection. Refreshes every 30 minutes.

Input Schema

NameRequiredDescriptionDefault
addressYesThe address of the NFT contract
chainNoThe chain to queryeth

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address of the NFT contract", "type": "string" }, "chain": { "default": "eth", "description": "The chain to query", "enum": [ "eth", "0x1", "base", "0x2105", "flow", "0x2eb", "ronin", "0x7e4", "bsc", "0x38", "arbitrum", "0xa4b1" ], "type": "string" } }, "required": [ "address" ], "type": "object" }

Other Tools from Moralis MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/MoralisWeb3/moralis-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server