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
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address of the NFT collection | |
chain | No | The chain to query | eth |
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 | |
token_id | Yes | The token id of the NFT collection |