Instructions for retrieving daily price data, pool depth data, and stablecoin dominance data from UniSwap using free public APIs.
https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2
{ pairDayDatas( first: 100, orderBy: date, orderDirection: asc, where: { pairAddress: "PAIR_CONTRACT_ADDRESS" } ) { date dailyVolumeUSD reserveUSD } }