Get NFT lowest priceAsk AIget https://deep-index.moralis.io/api/v2/nft/{address}/lowestpriceGet the lowest executed price for an NFT contract for the last x days (only trades paid in ETH).Path ParamsaddressstringrequiredThe address of the NFT contractQuery ParamschainstringenumDefaults to ethThe chain to queryShow 28 enum valuesdaysinteger≥ 0The number of days to look back to find the lowest price If not provided 7 days will be the defaultmarketplacestringenumDefaults to openseaMarketplace from which to get the trades (only OpenSea is supported at the moment)Allowed:openseaResponse 200Returns the trade with the lowest priceUpdated over 3 years ago