stable/freqtrade/aws/exchange.py
2018-05-23 00:25:38 -07:00

14 lines
285 B
Python

def fetch_pairs (events, context):
"""
fetches the pairs for the given exchange name and currency
requires:
name: name of the exchange
stake_currency: name of the stake currency
:param events:
:param context:
:return:
"""