set calls_per_second

This commit is contained in:
gcarq 2017-10-15 19:27:19 +02:00
parent 28501b7be9
commit 47fabf632c

View File

@ -37,6 +37,7 @@ class Bittrex(Exchange):
api_key=_EXCHANGE_CONF['key'],
api_secret=_EXCHANGE_CONF['secret'],
api_version=API_V2_0,
calls_per_second=10,
)
def buy(self, pair: str, rate: float, amount: float) -> str: