Would be awesome if I didn't need to add a CoinGecko API key to get USD prices. I think the 1inch spot price aggregator solves this perfectly, at least as a fallback for supported chains.
I've used it in a local EVM accounting project before - implementation is pretty straightforward https://github.com/gskril/evm-portfolio/blob/main/server/src/price.ts
Might try to open a PR at some point but dropping the reference here in case somebody else wants to take in the meantime!
Would be awesome if I didn't need to add a CoinGecko API key to get USD prices. I think the 1inch spot price aggregator solves this perfectly, at least as a fallback for supported chains.
I've used it in a local EVM accounting project before - implementation is pretty straightforward https://github.com/gskril/evm-portfolio/blob/main/server/src/price.ts
Might try to open a PR at some point but dropping the reference here in case somebody else wants to take in the meantime!