Uniswap / v3-sdk

🛠 An SDK for building applications on top of Uniswap V3
MIT License
553 stars 428 forks source link

frequency limit rule question #122

Closed kissdish closed 2 years ago

kissdish commented 2 years ago

_get_token_eth_output_price trigger HttpError 429 too many request for url. what is the frequency limit rule for the api.

marktoda commented 2 years ago

Hey @kissdish can you please elaborate here? _get_token_eth_output_price is not a function in this repository. Are you using a custom / unofficial sdk?

marktoda commented 2 years ago

Ah, are you working with this? https://github.com/uniswap-python/uniswap-python/blob/29b3e7226327dca5cd28c1f79c51f0ff5c458e9b/uniswap/uniswap.py#L221 -- this is an unofficial sdk, please bring your question to them