-
For some tokens I get an error when quoting the price in Uniswap V3, meanwhile in V2 everything is OK. Please help me to understand the reason. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments · 1 reply
-
Check if there is proper pool @ V3. Check what fee has been set for it. Default value for V3 fee is 0.3% or fee=3000 for get_price/make_trade calls. Other values are 0.05% (fee=500) and 1% (fee=10000) |
Beta Was this translation helpful? Give feedback.
-
It was fee. Thank you! |
Beta Was this translation helpful? Give feedback.
Check if there is proper pool @ V3. Check what fee has been set for it. Default value for V3 fee is 0.3% or fee=3000 for get_price/make_trade calls. Other values are 0.05% (fee=500) and 1% (fee=10000)