This endpoint calculates the price of a token in a Uniswap pool.
The price is calculated based on the current pool state and the specified fee tier.
arbitrum, base, ethereum The symbol or address of a token in the pool A token identifier - either a supported symbol (e.g., USDC, WETH) or a valid Ethereum address (0x...)
"USDC"
"WETH"
"0xA0b86a33E6441ccF30EE5DdEF1E9b652C91ac1c8"
The symbol or address of a token in the pool A token identifier - either a supported symbol (e.g., USDC, WETH) or a valid Ethereum address (0x...)
"USDC"
"WETH"
"0xA0b86a33E6441ccF30EE5DdEF1E9b652C91ac1c8"
The fee of the pool The transaction fee of a Uniswap pool in bips.
Uniswap supports 4 different fee levels.
0.01, 0.05, 0.3, 1.0 Successful Response
The first token in the pool
The second token in the pool
The price of the pool. This is expressed as an instantanteous amount of how many token0 you need to buy 1 token1. In any swap this will not change during the trade; use the quote endpoint to get a better idea of how much you will pay!
The current tick in the pool. This is a number that represents the price of the pool according to the uniswap v3 concentrated liquidity concept.