Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

evm_getnftsaleprices

Fetch NFT sale prices over a specified period, including last, lowest, highest, and average prices, plus total trades. Streamline pricing analysis for specific NFTs.

Instructions

Fetch sale prices for a specific NFT over a specified number of days. Returns the last sale, lowest sale, highest sale, average sale and total trades within the specified period.

Input Schema

NameRequiredDescriptionDefault
addressYesThe address of the NFT collection
chainNoThe chain to queryeth
daysNoThe number of days to look back to find the lowest price If not provided 7 days will be the default and 365 is the maximum
token_idYesThe token id of the NFT collection

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address of the NFT collection", "type": "string" }, "chain": { "default": "eth", "description": "The chain to query", "enum": [ "eth", "0x1", "polygon", "0x89", "bsc", "0x38", "avalanche", "0xa86a", "arbitrum", "0xa4b1", "base", "0x2105", "optimism", "0xa", "ronin", "0x7e4" ], "type": "string" }, "days": { "description": "The number of days to look back to find the lowest price\nIf not provided 7 days will be the default and 365 is the maximum\n", "minimum": 0, "type": "number" }, "token_id": { "description": "The token id of the NFT collection", "type": "string" } }, "required": [ "address", "token_id" ], "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