Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

evm_getnfthistoricalfloorpricebycontract

Retrieve historical floor price data for specific NFT collections across various blockchains, updated every 30 minutes, using chain, interval, and contract address inputs to analyze trends over time.

Instructions

Get timeseries historical floor prices for a given NFT collection. Refreshes every 30 minutes.

Input Schema

NameRequiredDescriptionDefault
addressYesThe address of the NFT contract
chainNoThe chain to queryeth
cursorNoThe cursor returned in the previous response (used for getting the next page).
intervalYesThe duration to query1d

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" }, "cursor": { "description": "The cursor returned in the previous response (used for getting the next page).", "type": "string" }, "interval": { "default": "1d", "description": "The duration to query", "enum": [ "1d", "7d", "30d", "60d", "90d", "1y", "all" ], "type": "string" } }, "required": [ "interval", "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