I donât understand this only grabs from Uniswap V3 Router and Not V2? For example this project only has v2 LP so it comes back as 0. Thank you so much anyon that can help.
from moralis import evm_api
api_key = âur moralis apiâ
params = {
âaddressâ: â0x30dcba0405004cf124045793e1933c798af9e66aâ,
âchainâ: âethâ
}
result = evm_api.token.get_token_price(
api_key=api_key,
params=params,
)
print(result)