Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getNFTContractSalePrices

Retrieve the sold price history for an NFT contract over a specified period, limited to ETH-based trades, using the Moralis MCP Server.

Instructions

Get the sold price for an NFT contract for the last x days (only trades paid in ETH).

Input Schema

NameRequiredDescriptionDefault
addressNoThe address of the NFT collection
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

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address of the NFT collection", "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", "type": "integer" } }, "type": "object" }

You must be authenticated.

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