binance-network

This is a Python wrapper for the Binance network


Keywords
binance, exchange, network, example
License
MIT
Install
pip install binance-network==0.1.2

Documentation

#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()