Hello there !
Is there a way to get historical price for a specific range of dates? For instance I need to extract the prices for this token contract: 0x76aECB353AbF596BD61EE6BDb07d70787DeC4FD6 between 2022.01.01 and 2022.01.02.
I tried to use the following url but is not working.
https://deep-index.moralis.io/api/v2/erc20/0x76aECB353AbF596BD61EE6BDb07d70787DeC4FD6/price?chain=bsc&from_date=20220101&to_date20220102
Thank you !