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
Name | Required | Description | Default |
---|---|---|---|
address | No | The address of the NFT collection | |
days | No | The 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 |