Instructions for retrieving daily price data from SushiSwap using free public APIs.
https://api.thegraph.com/subgraphs/name/sushiswap/exchange
Query Example (for daily liquidity and volume): { pairDayDatas( first: 100, orderBy: date, orderDirection: asc, where: { pairAddress: "PAIR_CONTRACT_ADDRESS" } ) { date dailyVolumeUSD reserveUSD } }