#binance network
def get_network(api_key, api_secret):
client = Spot(api_key=api_key, api_secret=api_secret) # show_header=True
return client.coin_info()
This is a Python wrapper for the Binance network
Homepage Repository PyPI Python
#binance network
def get_network(api_key, api_secret):
client = Spot(api_key=api_key, api_secret=api_secret) # show_header=True
return client.coin_info()