stable/freqtrade/rpc
A. Schueler a0921ec753 Add backoff timer for coingecko API
Set a future timestamp when we should retry getting coingecko data.

This fixes conversion from stake to fiat when running multiple bots
as we don't simply accept the 429 error from Coingecko but handle it.
2021-05-22 10:59:33 +02:00
..
api_server Add absolute Profit to apiserver 2021-05-15 19:39:46 +02:00
__init__.py Refactor RPC modules so handlers don't inherit RPC directly 2020-12-24 09:09:23 +01:00
fiat_convert.py Add backoff timer for coingecko API 2021-05-22 10:59:33 +02:00
rpc_manager.py rename RPC message types 2021-04-20 19:23:28 +02:00
rpc.py Total row for telegram "/status table" command 2021-05-17 16:22:48 +03:00
telegram.py Total row for telegram "/status table" command 2021-05-17 15:59:03 +03:00
webhook.py rename RPC message types 2021-04-20 19:23:28 +02:00