14 lines
285 B
Python
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:
|
|
""" |