uniswap-price-feed icon indicating copy to clipboard operation
uniswap-price-feed copied to clipboard

Real time price feeds from Uniswap by leveraging Infura

Results 3 uniswap-price-feed issues
Sort by recently updated
recently updated
newest added

I just installed it and ran: $ yarn start ETH USDC Every hour the prices are sometimes wrong... You can easily tell by the % change. It appears that it...

bug

yarn run v1.22.10 $ node src/index.js ETH USDC Retrieving contract information... Contract information retrieved. errorError: connection not open on send() (node:97896) UnhandledPromiseRejectionWarning: TypeError: Cannot convert undefined to a BigInt at...

We should be able to get a price feed of a token pair by leveraging the uniswap-sdk. By providing an `ethers` provider when fetching the token pair information we can...