Hi guys,
Iβm using the URL https://deep-index.moralis.io/api/v2/nft/0x000000000000000000000/transfers?chain=polygon&from_date={datetime.strptime(args.start_of_period, β%d-%m-%Yβ).strftime(β%Y-%m-%dβ)}&to_date={datetime.strptime(args.end_of_period, β%d-%m-%Yβ).strftime(β%Y-%m-%dβ)}&format=decimal in order to get every transferts on a NFT collection.
Are the from_date and to_date include or exclude from the result?