-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST]: Change the limitation in the price API of ADEX: #1904
Comments
This doesn't seem like something that can be changed in desktop app. The prices endpoint has a parameter |
thanks for update. Got this from cipi. "price is not shown in https://prices.komodo.live:1313/api/v2/tickers?expire_at=600 |
expire_at could set much higher here https://github.com/KomodoPlatform/atomicDEX-Desktop/blob/dev/src/core/atomicdex/api/komodo_prices/komodo.prices.cpp#L83 |
We can increase that in the app, but prices source from nomics using the same API would need to make the same changes for it to display there. What would be an optimal value to cover small caps? |
I know cipi version of ADEX which I run on my mac has tracked the price for months and is set for 24 hours. |
this has nothing to do with the expire_at setting, the setting is in the ADEX app, not on the endpoint |
I don't understand the part about changes on nomics.
Good question. The expire_at was intended as a security setting, eg if Binance API is showing old prices (markets removed, no more trades, technical problems, maintenance), but is only important for the trading bot, not that much for ADEX Desktop, so we could very well use 1-4h. |
Agreed, opened PR which set it to 6 hours: #1945 |
Change the limitation in the price API of ADEX... "it has a setting that removes prices if timestamp is older then 10 minutes" Change to 24 hours
At the moment we have a token ILN on the polygone network, and even with trades every 3 to 4 minutes it is not showing trades on Nomics for up to 1 hour later.
Also New small cap tokens may not have a trade every 10 mins
Describe the solution you'd like
Change the limitation in the price API of ADEX to a longer time 12 or 24 hours.
Describe alternatives you've considered
Maybe allow user to selectd in seetings how often this should be updated 10min , 1 hour, 12 hours or 14hours.
Additional context
https://youtu.be/43mel9FY5w8 video showing our current problim
The text was updated successfully, but these errors were encountered: