DEX (Decentralized Exchange) Data
Cryptofinance enables users to pull in data from various DEXs.
uniswap-v3
sushiswap
traderjoe
pancakeswap
curve
balancer
quickswap
Returns a list of the top pools ordered by TVL .
=CRYPTOFINANCE("exchange name here")
Example:
=CRYPTOFINANCE("uniswap-v3")

The following pool data will be returned:
- Symbol
- Pool
- Price
- TVL USD
- APY %
- APY 30D AVG %
- Volume USD 24H
- Volume USD 7d
- Last Updated
The following fields can be fetched for a single pool.
=CRYPTOFINANCE("exchange:symbol", "attribute")
Example:
=CRYPTOFINANCE("pancakeswap:CAKE-WBNB", "pool")
=CRYPTOFINANCE("pancakeswap:CAKE-WBNB", "price")
=CRYPTOFINANCE("pancakeswap:CAKE-WBNB", "tvl")
=CRYPTOFINANCE("pancakeswap:CAKE-WBNB", "apy")
=CRYPTOFINANCE("pancakeswap:CAKE-WBNB", "avg_apy_1m")
=CRYPTOFINANCE("pancakeswap:CAKE-WBNB", "volume")
=CRYPTOFINANCE("pancakeswap:CAKE-WBNB", "volume_1w")
Last modified 22d ago